Html Css Color HEX #59668F Waikawa Grey

📋 copy color: '#59668F'

red 89 ◦ green 102 ◦ blue 143

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

Shades of Waikawa Grey #59668F

Tints of Waikawa Grey #59668F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 26.65%
G = 30.54%
B = 42.81%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59668F (or 0x59668F) is known color: Waikawa Grey. HEX triplet: 59, 66 and 8F. RGB value is (89,102,143). Sum of RGB (Red+Green+Blue) = 89+102+143=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 143 - color contains mainly: blue. Hex color #59668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59668F is #A69970. Grayscale: #666666. Windows color (decimal): -10918257 or 9397849. OLE color: 9397849.

HSL color Cylindrical-coordinate representation of color #59668F: hue angle of 225.56º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59668F is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 102 143 -
CMYK 0.38 0.29 0 0.44
HSL 225.56º 0.23% 0.45% -
HSV(B) 225.56º 0.38% 0.56% -
XYZ 13.83 13.61 27.88 -
YUV 102.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 89 102 143 0.38 0.29 0 0.44 225.56 0.23 0.45
Hex 59 66 8F 26 1D 0 2C E2 17 2D
Octal 131 146 217 46 35 0 54 342 27 55
Binary 1011001 1100110 10001111 100110 11101 0 101100 11100010 10111 101101

Color Harmonies of #59668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59668F

Black with #59668F

Text Example


Text Example

White with #59668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59668F; }

 p { color: rgb(89,102,143); }

 H1.HeaderClassName
 {
   color: #59668F;
 }
 .AnyTagClassName
 {
   color: #59668F;
 }
</style>

background-color css

<style>
 a { background-color: #59668F; }

 a { background-color: rgb(89,102,143); }

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

border-color css

<style>
 span { border-color: #59668F; }

 span { border-color: rgb(89,102,143); }

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