Html Css Color HEX #57669A Waikawa Grey

📋 copy color: '#57669A'

red 87 ◦ green 102 ◦ blue 154

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

Shades of Waikawa Grey #57669A

Tints of Waikawa Grey #57669A

RGB

 RED value IS 87 (34.38% from 255) = 25.36%

 GREEN value IS 102 (40.23% from 255) = 29.74%

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

R = 25.36%
G = 29.74%
B = 44.9%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#57669A (or 0x57669A) is known color: Waikawa Grey. HEX triplet: 57, 66 and 9A. RGB value is (87,102,154). Sum of RGB (Red+Green+Blue) = 87+102+154=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #57669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57669A is #A89965. Grayscale: #676767. Windows color (decimal): -11049318 or 10118743. OLE color: 10118743.

HSL color Cylindrical-coordinate representation of color #57669A: hue angle of 226.57º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57669A is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 102 154 -
CMYK 0.44 0.34 0 0.40
HSL 226.57º 0.28% 0.47% -
HSV(B) 226.57º 0.44% 0.6% -
XYZ 14.51 13.86 32.48 -
YUV 103.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 87 102 154 0.44 0.34 0 0.40 226.57 0.28 0.47
Hex 57 66 9A 2C 22 0 28 E3 1C 2F
Octal 127 146 232 54 42 0 50 343 34 57
Binary 1010111 1100110 10011010 101100 100010 0 101000 11100011 11100 101111

Color Harmonies of #57669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57669A

Black with #57669A

Text Example


Text Example

White with #57669A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,102,154); }

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

background-color css

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

 a { background-color: rgb(87,102,154); }

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

border-color css

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

 span { border-color: rgb(87,102,154); }

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