Html Css Color HEX #59BAC7 Viking

📋 copy color: '#59BAC7'

red 89 ◦ green 186 ◦ blue 199

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

Shades of Viking #59BAC7

Tints of Viking #59BAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 18.78%
G = 39.24%
B = 41.98%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#59BAC7 (or 0x59BAC7) is known color: Viking. HEX triplet: 59, BA and C7. RGB value is (89,186,199). Sum of RGB (Red+Green+Blue) = 89+186+199=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #59BAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAC7 is #A64538. Grayscale: #9E9E9E. Windows color (decimal): -10896697 or 13089369. OLE color: 13089369.

HSL color Cylindrical-coordinate representation of color #59BAC7: hue angle of 187.09º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59BAC7 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 186 199 -
CMYK 0.55 0.07 0 0.22
HSL 187.09º 0.5% 0.56% -
HSV(B) 187.09º 0.55% 0.78% -
XYZ 31.99 41.37 60.33 -
YUV 158.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 89 186 199 0.55 0.07 0 0.22 187.09 0.5 0.56
Hex 59 BA C7 37 7 0 16 BB 32 38
Octal 131 272 307 67 7 0 26 273 62 70
Binary 1011001 10111010 11000111 110111 111 0 10110 10111011 110010 111000

Color Harmonies of #59BAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAC7

Black with #59BAC7

Text Example


Text Example

White with #59BAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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