Html Css Color HEX #59B8D5 Viking

📋 copy color: '#59B8D5'

red 89 ◦ green 184 ◦ blue 213

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

Shades of Viking #59B8D5

Tints of Viking #59B8D5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 213 (83.59% from 255) = 43.83%

R = 18.31%
G = 37.86%
B = 43.83%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#59B8D5 (or 0x59B8D5) is known color: Viking. HEX triplet: 59, B8 and D5. RGB value is (89,184,213). Sum of RGB (Red+Green+Blue) = 89+184+213=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #59B8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8D5 is #A6472A. Grayscale: #9E9E9E. Windows color (decimal): -10897195 or 14006361. OLE color: 14006361.

HSL color Cylindrical-coordinate representation of color #59B8D5: hue angle of 194.03º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59B8D5 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 184 213 -
CMYK 0.58 0.14 0 0.16
HSL 194.03º 0.6% 0.59% -
HSV(B) 194.03º 0.58% 0.84% -
XYZ 33.27 41.21 69.15 -
YUV 158.9 158.53 78.14 -
System Red Green Blue C M Y K H S L
Decimal 89 184 213 0.58 0.14 0 0.16 194.03 0.6 0.59
Hex 59 B8 D5 3A E 0 10 C2 3C 3B
Octal 131 270 325 72 16 0 20 302 74 73
Binary 1011001 10111000 11010101 111010 1110 0 10000 11000010 111100 111011

Color Harmonies of #59B8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B8D5

Black with #59B8D5

Text Example


Text Example

White with #59B8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,184,213); }

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

background-color css

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

 a { background-color: rgb(89,184,213); }

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

border-color css

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

 span { border-color: rgb(89,184,213); }

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