Html Css Color HEX #59BAC0 Viking

📋 copy color: '#59BAC0'

red 89 ◦ green 186 ◦ blue 192

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

Shades of Viking #59BAC0

Tints of Viking #59BAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.83%

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 19.06%
G = 39.83%
B = 41.11%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59BAC0 (or 0x59BAC0) is known color: Viking. HEX triplet: 59, BA and C0. RGB value is (89,186,192). Sum of RGB (Red+Green+Blue) = 89+186+192=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #59BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAC0 is #A6453F. Grayscale: #9D9D9D. Windows color (decimal): -10896704 or 12630617. OLE color: 12630617.

HSL color Cylindrical-coordinate representation of color #59BAC0: hue angle of 183.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59BAC0 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 186 192 -
CMYK 0.54 0.03 0 0.25
HSL 183.5º 0.45% 0.55% -
HSV(B) 183.5º 0.54% 0.75% -
XYZ 31.19 41.05 56.15 -
YUV 157.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 89 186 192 0.54 0.03 0 0.25 183.5 0.45 0.55
Hex 59 BA C0 36 3 0 19 B7 2D 37
Octal 131 272 300 66 3 0 31 267 55 67
Binary 1011001 10111010 11000000 110110 11 0 11001 10110111 101101 110111

Color Harmonies of #59BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAC0

Black with #59BAC0

Text Example


Text Example

White with #59BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,186,192); }

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

background-color css

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

 a { background-color: rgb(89,186,192); }

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

border-color css

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

 span { border-color: rgb(89,186,192); }

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