Html Css Color HEX #59699A Waikawa Grey

📋 copy color: '#59699A'

red 89 ◦ green 105 ◦ blue 154

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

Shades of Waikawa Grey #59699A

Tints of Waikawa Grey #59699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.25%

R = 25.57%
G = 30.17%
B = 44.25%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#59699A (or 0x59699A) is known color: Waikawa Grey. HEX triplet: 59, 69 and 9A. RGB value is (89,105,154). Sum of RGB (Red+Green+Blue) = 89+105+154=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #59699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59699A is #A69665. Grayscale: #696969. Windows color (decimal): -10917478 or 10119513. OLE color: 10119513.

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

Color convert

RGB 89 105 154 -
CMYK 0.42 0.32 0 0.40
HSL 225.23º 0.27% 0.48% -
HSV(B) 225.23º 0.42% 0.6% -
XYZ 15 14.56 32.59 -
YUV 105.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 89 105 154 0.42 0.32 0 0.40 225.23 0.27 0.48
Hex 59 69 9A 2A 20 0 28 E1 1B 30
Octal 131 151 232 52 40 0 50 341 33 60
Binary 1011001 1101001 10011010 101010 100000 0 101000 11100001 11011 110000

Color Harmonies of #59699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59699A

Black with #59699A

Text Example


Text Example

White with #59699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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