Html Css Color HEX #59699C Waikawa Grey

📋 copy color: '#59699C'

red 89 ◦ green 105 ◦ blue 156

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

Shades of Waikawa Grey #59699C

Tints of Waikawa Grey #59699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 25.43%
G = 30%
B = 44.57%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59699C (or 0x59699C) is known color: Waikawa Grey. HEX triplet: 59, 69 and 9C. RGB value is (89,105,156). Sum of RGB (Red+Green+Blue) = 89+105+156=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #59699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59699C is #A69663. Grayscale: #696969. Windows color (decimal): -10917476 or 10250585. OLE color: 10250585.

HSL color Cylindrical-coordinate representation of color #59699C: hue angle of 225.67º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59699C is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 105 156 -
CMYK 0.43 0.33 0 0.39
HSL 225.67º 0.27% 0.48% -
HSV(B) 225.67º 0.43% 0.61% -
XYZ 15.17 14.63 33.48 -
YUV 106.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 89 105 156 0.43 0.33 0 0.39 225.67 0.27 0.48
Hex 59 69 9C 2B 21 0 27 E2 1B 30
Octal 131 151 234 53 41 0 47 342 33 60
Binary 1011001 1101001 10011100 101011 100001 0 100111 11100010 11011 110000

Color Harmonies of #59699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59699C

Black with #59699C

Text Example


Text Example

White with #59699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59699C; }

 p { color: rgb(89,105,156); }

 H1.HeaderClassName
 {
   color: #59699C;
 }
 .AnyTagClassName
 {
   color: #59699C;
 }
</style>

background-color css

<style>
 a { background-color: #59699C; }

 a { background-color: rgb(89,105,156); }

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

border-color css

<style>
 span { border-color: #59699C; }

 span { border-color: rgb(89,105,156); }

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