#59b3c8

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

Shades of Viking #59B3C8

Tints of Viking #59B3C8

Color information

#59B3C8 (or 0x59B3C8) is unknown color: approx Viking. HEX triplet: 59, B3 and C8. RGB value is (89,179,200). Sum of RGB (Red+Green+Blue) = 89+179+200=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #59B3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B3C8 is #A64C37. Grayscale: #9A9A9A. Windows color (decimal): -10898488 or 13153113. OLE color: 13153113.

HSL color Cylindrical-coordinate representation of color #59B3C8: hue angle of 191.35º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59B3C8 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB89179200-
CMYK0.560.1000.22
HSL191.35º50.23%56.67%-
HSV(B)191.35º55.5%78.43%-
XYZ30.6738.5360.47-
YUV154.48153.6881.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.02%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=19.02%
G=38.25%
B=42.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891792000.560.1000.22191.3550.2356.67
Hex59B3C838A016bf3239
Octal13126331070120262776271
Binary10110011011001111001000111000101001011010111111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59b3c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59b3c8; }

 p { color: rgb(89,179,200); }

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

<style>
 a { background-color: #59b3c8; }

 a { background-color: rgb(89,179,200); }

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

<style>
 span { border-color: #59b3c8; }

 span { border-color: rgb(89,179,200); }

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