Html Css Color HEX #59ADC3 Viking

📋 copy color: '#59ADC3'

red 89 ◦ green 173 ◦ blue 195

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

Shades of Viking #59ADC3

Tints of Viking #59ADC3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.86%

 BLUE value IS 195 (76.56% from 255) = 42.67%

R = 19.47%
G = 37.86%
B = 42.67%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#59ADC3 (or 0x59ADC3) is known color: Viking. HEX triplet: 59, AD and C3. RGB value is (89,173,195). Sum of RGB (Red+Green+Blue) = 89+173+195=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #59ADC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADC3 is #A6523C. Grayscale: #969696. Windows color (decimal): -10900029 or 12823897. OLE color: 12823897.

HSL color Cylindrical-coordinate representation of color #59ADC3: hue angle of 192.45º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59ADC3 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 173 195 -
CMYK 0.54 0.11 0 0.24
HSL 192.45º 0.47% 0.56% -
HSV(B) 192.45º 0.54% 0.76% -
XYZ 28.91 35.95 57.05 -
YUV 150.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 89 173 195 0.54 0.11 0 0.24 192.45 0.47 0.56
Hex 59 AD C3 36 B 0 18 C0 2F 38
Octal 131 255 303 66 13 0 30 300 57 70
Binary 1011001 10101101 11000011 110110 1011 0 11000 11000000 101111 111000

Color Harmonies of #59ADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ADC3

Black with #59ADC3

Text Example


Text Example

White with #59ADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,173,195); }

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

background-color css

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

 a { background-color: rgb(89,173,195); }

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

border-color css

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

 span { border-color: rgb(89,173,195); }

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