#58AECB

Color #58AECB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #58AECB

Tints of Viking #58AECB

Color information

#58AECB (or 0x58AECB) is unknown color: approx Viking. HEX triplet: 58, AE and CB. RGB value is (88,174,203). Sum of RGB (Red+Green+Blue) = 88+174+203=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #58AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AECB is #A75134. Grayscale: #979797. Windows color (decimal): -10965301 or 13348440. OLE color: 13348440.

HSL color Cylindrical-coordinate representation of color #58AECB: hue angle of 195.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58AECB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88174203-
CMYK0.570.1400.20
HSL195.13º52.51%57.06%-
HSV(B)195.13º56.65%79.61%-
XYZ29.9436.6662-
YUV151.59157.0182.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 18.92%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=18.92%
G=37.42%
B=43.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881742030.570.1400.20195.1352.5157.06
Hex58AECB39E014c33539
Octal13025631371160243036571
Binary10110001010111011001011111001111001010011000011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58AECB; }

 p { color: rgb(88,174,203); }

 H1.HeaderClassName
 {
   color: #58AECB;
 }
 .AnyTagClassName
 {
   color: #58AECB;
 }
</style>
background-color css

<style>
 a { background-color: #58AECB; }

 a { background-color: rgb(88,174,203); }

 div.DivClassName
 {
   background-color: #58AECB;
 }
 .BgClassName
 {
   background-color: #58AECB;
 }
</style>
border-color css

<style>
 span { border-color: #58AECB; }

 span { border-color: rgb(88,174,203); }

 td.TdClassName
 {
   border-color: #58AECB;
 }
 .TagClassName
 {
   border-color: #58AECB;
 }
</style>