Html Css Color HEX #59638D Waikawa Grey

📋 copy color: '#59638D'

red 89 ◦ green 99 ◦ blue 141

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

Shades of Waikawa Grey #59638D

Tints of Waikawa Grey #59638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 27.05%
G = 30.09%
B = 42.86%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59638D (or 0x59638D) is known color: Waikawa Grey. HEX triplet: 59, 63 and 8D. RGB value is (89,99,141). Sum of RGB (Red+Green+Blue) = 89+99+141=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #59638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59638D is #A69C72. Grayscale: #646464. Windows color (decimal): -10919027 or 9266009. OLE color: 9266009.

HSL color Cylindrical-coordinate representation of color #59638D: hue angle of 228.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59638D is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 99 141 -
CMYK 0.37 0.30 0 0.45
HSL 228.46º 0.23% 0.45% -
HSV(B) 228.46º 0.37% 0.55% -
XYZ 13.39 12.97 27 -
YUV 100.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 89 99 141 0.37 0.30 0 0.45 228.46 0.23 0.45
Hex 59 63 8D 25 1E 0 2D E4 17 2D
Octal 131 143 215 45 36 0 55 344 27 55
Binary 1011001 1100011 10001101 100101 11110 0 101101 11100100 10111 101101

Color Harmonies of #59638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59638D

Black with #59638D

Text Example


Text Example

White with #59638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59638D; }

 p { color: rgb(89,99,141); }

 H1.HeaderClassName
 {
   color: #59638D;
 }
 .AnyTagClassName
 {
   color: #59638D;
 }
</style>

background-color css

<style>
 a { background-color: #59638D; }

 a { background-color: rgb(89,99,141); }

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

border-color css

<style>
 span { border-color: #59638D; }

 span { border-color: rgb(89,99,141); }

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