Html Css Color HEX #59678F Waikawa Grey

📋 copy color: '#59678F'

red 89 ◦ green 103 ◦ blue 143

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

Shades of Waikawa Grey #59678F

Tints of Waikawa Grey #59678F

RGB

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

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

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

R = 26.57%
G = 30.75%
B = 42.69%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59678F (or 0x59678F) is known color: Waikawa Grey. HEX triplet: 59, 67 and 8F. RGB value is (89,103,143). Sum of RGB (Red+Green+Blue) = 89+103+143=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #59678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59678F is #A69870. Grayscale: #676767. Windows color (decimal): -10918001 or 9398105. OLE color: 9398105.

HSL color Cylindrical-coordinate representation of color #59678F: hue angle of 224.44º 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 #59678F is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 103 143 -
CMYK 0.38 0.28 0 0.44
HSL 224.44º 0.23% 0.45% -
HSV(B) 224.44º 0.38% 0.56% -
XYZ 13.93 13.81 27.92 -
YUV 103.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 89 103 143 0.38 0.28 0 0.44 224.44 0.23 0.45
Hex 59 67 8F 26 1C 0 2C E0 17 2D
Octal 131 147 217 46 34 0 54 340 27 55
Binary 1011001 1100111 10001111 100110 11100 0 101100 11100000 10111 101101

Color Harmonies of #59678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59678F

Black with #59678F

Text Example


Text Example

White with #59678F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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