Html Css Color HEX #59658B Waikawa Grey

📋 copy color: '#59658B'

red 89 ◦ green 101 ◦ blue 139

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

Shades of Waikawa Grey #59658B

Tints of Waikawa Grey #59658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 27.05%
G = 30.7%
B = 42.25%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59658B (or 0x59658B) is known color: Waikawa Grey. HEX triplet: 59, 65 and 8B. RGB value is (89,101,139). Sum of RGB (Red+Green+Blue) = 89+101+139=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #59658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59658B is #A69A74. Grayscale: #656565. Windows color (decimal): -10918517 or 9135449. OLE color: 9135449.

HSL color Cylindrical-coordinate representation of color #59658B: hue angle of 225.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59658B is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 101 139 -
CMYK 0.36 0.27 0 0.45
HSL 225.6º 0.22% 0.45% -
HSV(B) 225.6º 0.36% 0.55% -
XYZ 13.43 13.3 26.28 -
YUV 101.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 89 101 139 0.36 0.27 0 0.45 225.6 0.22 0.45
Hex 59 65 8B 24 1B 0 2D E2 16 2D
Octal 131 145 213 44 33 0 55 342 26 55
Binary 1011001 1100101 10001011 100100 11011 0 101101 11100010 10110 101101

Color Harmonies of #59658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59658B

Black with #59658B

Text Example


Text Example

White with #59658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59658B; }

 p { color: rgb(89,101,139); }

 H1.HeaderClassName
 {
   color: #59658B;
 }
 .AnyTagClassName
 {
   color: #59658B;
 }
</style>

background-color css

<style>
 a { background-color: #59658B; }

 a { background-color: rgb(89,101,139); }

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

border-color css

<style>
 span { border-color: #59658B; }

 span { border-color: rgb(89,101,139); }

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