Html Css Color HEX #59699B Waikawa Grey

📋 copy color: '#59699B'

red 89 ◦ green 105 ◦ blue 155

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

Shades of Waikawa Grey #59699B

Tints of Waikawa Grey #59699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 25.5%
G = 30.09%
B = 44.41%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59699B (or 0x59699B) is known color: Waikawa Grey. HEX triplet: 59, 69 and 9B. RGB value is (89,105,155). Sum of RGB (Red+Green+Blue) = 89+105+155=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #59699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59699B is #A69664. Grayscale: #696969. Windows color (decimal): -10917477 or 10185049. OLE color: 10185049.

HSL color Cylindrical-coordinate representation of color #59699B: hue angle of 225.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59699B is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 105 155 -
CMYK 0.43 0.32 0 0.39
HSL 225.45º 0.27% 0.48% -
HSV(B) 225.45º 0.43% 0.61% -
XYZ 15.09 14.59 33.03 -
YUV 105.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 89 105 155 0.43 0.32 0 0.39 225.45 0.27 0.48
Hex 59 69 9B 2B 20 0 27 E1 1B 30
Octal 131 151 233 53 40 0 47 341 33 60
Binary 1011001 1101001 10011011 101011 100000 0 100111 11100001 11011 110000

Color Harmonies of #59699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59699B

Black with #59699B

Text Example


Text Example

White with #59699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,105,155); }

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

background-color css

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

 a { background-color: rgb(89,105,155); }

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

border-color css

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

 span { border-color: rgb(89,105,155); }

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