Html Css Color HEX #597294 Waikawa Grey

📋 copy color: '#597294'

red 89 ◦ green 114 ◦ blue 148

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

Shades of Waikawa Grey #597294

Tints of Waikawa Grey #597294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 25.36%
G = 32.48%
B = 42.17%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597294 (or 0x597294) is known color: Waikawa Grey. HEX triplet: 59, 72 and 94. RGB value is (89,114,148). Sum of RGB (Red+Green+Blue) = 89+114+148=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #597294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597294 is #A68D6B. Grayscale: #6E6E6E. Windows color (decimal): -10915180 or 9728601. OLE color: 9728601.

HSL color Cylindrical-coordinate representation of color #597294: hue angle of 214.58º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #597294 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 114 148 -
CMYK 0.40 0.23 0 0.42
HSL 214.58º 0.25% 0.46% -
HSV(B) 214.58º 0.4% 0.58% -
XYZ 15.48 16.3 30.35 -
YUV 110.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 89 114 148 0.40 0.23 0 0.42 214.58 0.25 0.46
Hex 59 72 94 28 17 0 2A D7 19 2E
Octal 131 162 224 50 27 0 52 327 31 56
Binary 1011001 1110010 10010100 101000 10111 0 101010 11010111 11001 101110

Color Harmonies of #597294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597294

Black with #597294

Text Example


Text Example

White with #597294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597294; }

 p { color: rgb(89,114,148); }

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

background-color css

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

 a { background-color: rgb(89,114,148); }

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

border-color css

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

 span { border-color: rgb(89,114,148); }

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