Html Css Color HEX #59BEC8 Viking

📋 copy color: '#59BEC8'

red 89 ◦ green 190 ◦ blue 200

#59BEC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #59BEC8

Tints of Viking #59BEC8

RGB

 RED value IS 89 (35.16% from 255) = 18.58%

 GREEN value IS 190 (74.61% from 255) = 39.67%

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 18.58%
G = 39.67%
B = 41.75%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#59BEC8 (or 0x59BEC8) is known color: Viking. HEX triplet: 59, BE and C8. RGB value is (89,190,200). Sum of RGB (Red+Green+Blue) = 89+190+200=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #59BEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEC8 is #A64137. Grayscale: #A0A0A0. Windows color (decimal): -10895672 or 13155929. OLE color: 13155929.

HSL color Cylindrical-coordinate representation of color #59BEC8: hue angle of 185.41º 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 #59BEC8 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 190 200 -
CMYK 0.56 0.05 0 0.22
HSL 185.41º 0.5% 0.57% -
HSV(B) 185.41º 0.56% 0.78% -
XYZ 32.96 43.12 61.23 -
YUV 160.94 150.04 76.69 -
System Red Green Blue C M Y K H S L
Decimal 89 190 200 0.56 0.05 0 0.22 185.41 0.5 0.57
Hex 59 BE C8 38 5 0 16 B9 32 39
Octal 131 276 310 70 5 0 26 271 62 71
Binary 1011001 10111110 11001000 111000 101 0 10110 10111001 110010 111001

Color Harmonies of #59BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BEC8

Black with #59BEC8

Text Example


Text Example

White with #59BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59BEC8;
 }
 .AnyTagClassName
 {
   color: #59BEC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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