Html Css Color HEX #59BAC5 Viking

📋 copy color: '#59BAC5'

red 89 ◦ green 186 ◦ blue 197

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

Shades of Viking #59BAC5

Tints of Viking #59BAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 18.86%
G = 39.41%
B = 41.74%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#59BAC5 (or 0x59BAC5) is known color: Viking. HEX triplet: 59, BA and C5. RGB value is (89,186,197). Sum of RGB (Red+Green+Blue) = 89+186+197=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #59BAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAC5 is #A6453A. Grayscale: #9E9E9E. Windows color (decimal): -10896699 or 12958297. OLE color: 12958297.

HSL color Cylindrical-coordinate representation of color #59BAC5: hue angle of 186.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59BAC5 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 89 186 197 -
CMYK 0.55 0.06 0 0.23
HSL 186.11º 0.48% 0.56% -
HSV(B) 186.11º 0.55% 0.77% -
XYZ 31.76 41.27 59.12 -
YUV 158.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 89 186 197 0.55 0.06 0 0.23 186.11 0.48 0.56
Hex 59 BA C5 37 6 0 17 BA 30 38
Octal 131 272 305 67 6 0 27 272 60 70
Binary 1011001 10111010 11000101 110111 110 0 10111 10111010 110000 111000

Color Harmonies of #59BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAC5

Black with #59BAC5

Text Example


Text Example

White with #59BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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