Html Css Color HEX #59BAC4 Viking

📋 copy color: '#59BAC4'

red 89 ◦ green 186 ◦ blue 196

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

Shades of Viking #59BAC4

Tints of Viking #59BAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 18.9%
G = 39.49%
B = 41.61%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#59BAC4 (or 0x59BAC4) is known color: Viking. HEX triplet: 59, BA and C4. RGB value is (89,186,196). Sum of RGB (Red+Green+Blue) = 89+186+196=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #59BAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAC4 is #A6453B. Grayscale: #9E9E9E. Windows color (decimal): -10896700 or 12892761. OLE color: 12892761.

HSL color Cylindrical-coordinate representation of color #59BAC4: hue angle of 185.61º 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 #59BAC4 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 89 186 196 -
CMYK 0.55 0.05 0 0.23
HSL 185.61º 0.48% 0.56% -
HSV(B) 185.61º 0.55% 0.77% -
XYZ 31.64 41.23 58.51 -
YUV 158.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 89 186 196 0.55 0.05 0 0.23 185.61 0.48 0.56
Hex 59 BA C4 37 5 0 17 BA 30 38
Octal 131 272 304 67 5 0 27 272 60 70
Binary 1011001 10111010 11000100 110111 101 0 10111 10111010 110000 111000

Color Harmonies of #59BAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAC4

Black with #59BAC4

Text Example


Text Example

White with #59BAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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