#58BECC

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

Shades of Viking #58BECC

Tints of Viking #58BECC

Color information

#58BECC (or 0x58BECC) is unknown color: approx Viking. HEX triplet: 58, BE and CC. RGB value is (88,190,204). Sum of RGB (Red+Green+Blue) = 88+190+204=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #58BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BECC is #A74133. Grayscale: #A0A0A0. Windows color (decimal): -10961204 or 13418072. OLE color: 13418072.

HSL color Cylindrical-coordinate representation of color #58BECC: hue angle of 187.24º 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 #58BECC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB88190204-
CMYK0.570.0700.2
HSL187.24º53.21%57.25%-
HSV(B)187.24º56.86%80%-
XYZ33.3443.2663.72-
YUV161.1152.2175.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.26%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=18.26%
G=39.42%
B=42.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal881902040.570.0700.2187.2453.2157.25
Hex58BECC397014bb3539
Octal1302763147170242736571
Binary1011000101111101100110011100111101010010111011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,190,204); }

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

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

 a { background-color: rgb(88,190,204); }

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

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

 span { border-color: rgb(88,190,204); }

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