Html Css Color HEX #59B7D5 Viking

📋 copy color: '#59B7D5'

red 89 ◦ green 183 ◦ blue 213

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

Shades of Viking #59B7D5

Tints of Viking #59B7D5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.73%

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

R = 18.35%
G = 37.73%
B = 43.92%

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

#59B7D5 (or 0x59B7D5) is known color: Viking. HEX triplet: 59, B7 and D5. RGB value is (89,183,213). Sum of RGB (Red+Green+Blue) = 89+183+213=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #59B7D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7D5 is #A6482A. Grayscale: #9E9E9E. Windows color (decimal): -10897451 or 14006105. OLE color: 14006105.

HSL color Cylindrical-coordinate representation of color #59B7D5: hue angle of 194.52º 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 #59B7D5 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 183 213 -
CMYK 0.58 0.14 0 0.16
HSL 194.52º 0.6% 0.59% -
HSV(B) 194.52º 0.58% 0.84% -
XYZ 33.06 40.79 69.08 -
YUV 158.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 89 183 213 0.58 0.14 0 0.16 194.52 0.6 0.59
Hex 59 B7 D5 3A E 0 10 C3 3C 3B
Octal 131 267 325 72 16 0 20 303 74 73
Binary 1011001 10110111 11010101 111010 1110 0 10000 11000011 111100 111011

Color Harmonies of #59B7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B7D5

Black with #59B7D5

Text Example


Text Example

White with #59B7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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