Html Css Color HEX #59668A Waikawa Grey

📋 copy color: '#59668A'

red 89 ◦ green 102 ◦ blue 138

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

Shades of Waikawa Grey #59668A

Tints of Waikawa Grey #59668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 27.05%
G = 31%
B = 41.95%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#59668A (or 0x59668A) is known color: Waikawa Grey. HEX triplet: 59, 66 and 8A. RGB value is (89,102,138). Sum of RGB (Red+Green+Blue) = 89+102+138=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #59668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59668A is #A69975. Grayscale: #666666. Windows color (decimal): -10918262 or 9070169. OLE color: 9070169.

HSL color Cylindrical-coordinate representation of color #59668A: hue angle of 224.08º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59668A is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 102 138 -
CMYK 0.36 0.26 0 0.46
HSL 224.08º 0.22% 0.45% -
HSV(B) 224.08º 0.36% 0.54% -
XYZ 13.46 13.46 25.93 -
YUV 102.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 89 102 138 0.36 0.26 0 0.46 224.08 0.22 0.45
Hex 59 66 8A 24 1A 0 2E E0 16 2D
Octal 131 146 212 44 32 0 56 340 26 55
Binary 1011001 1100110 10001010 100100 11010 0 101110 11100000 10110 101101

Color Harmonies of #59668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59668A

Black with #59668A

Text Example


Text Example

White with #59668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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