Html Css Color HEX #59678D Waikawa Grey

📋 copy color: '#59678D'

red 89 ◦ green 103 ◦ blue 141

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

Shades of Waikawa Grey #59678D

Tints of Waikawa Grey #59678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 26.73%
G = 30.93%
B = 42.34%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59678D (or 0x59678D) is known color: Waikawa Grey. HEX triplet: 59, 67 and 8D. RGB value is (89,103,141). Sum of RGB (Red+Green+Blue) = 89+103+141=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #59678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59678D is #A69872. Grayscale: #666666. Windows color (decimal): -10918003 or 9267033. OLE color: 9267033.

HSL color Cylindrical-coordinate representation of color #59678D: hue angle of 223.85º 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 #59678D is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 103 141 -
CMYK 0.37 0.27 0 0.45
HSL 223.85º 0.23% 0.45% -
HSV(B) 223.85º 0.37% 0.55% -
XYZ 13.78 13.75 27.13 -
YUV 103.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 89 103 141 0.37 0.27 0 0.45 223.85 0.23 0.45
Hex 59 67 8D 25 1B 0 2D E0 17 2D
Octal 131 147 215 45 33 0 55 340 27 55
Binary 1011001 1100111 10001101 100101 11011 0 101101 11100000 10111 101101

Color Harmonies of #59678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59678D

Black with #59678D

Text Example


Text Example

White with #59678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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