Html Css Color HEX #57658C Waikawa Grey

📋 copy color: '#57658C'

red 87 ◦ green 101 ◦ blue 140

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

Shades of Waikawa Grey #57658C

Tints of Waikawa Grey #57658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 26.52%
G = 30.79%
B = 42.68%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57658C (or 0x57658C) is known color: Waikawa Grey. HEX triplet: 57, 65 and 8C. RGB value is (87,101,140). Sum of RGB (Red+Green+Blue) = 87+101+140=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #57658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57658C is #A89A73. Grayscale: #656565. Windows color (decimal): -11049588 or 9200983. OLE color: 9200983.

HSL color Cylindrical-coordinate representation of color #57658C: hue angle of 224.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57658C is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 101 140 -
CMYK 0.38 0.28 0 0.45
HSL 224.15º 0.23% 0.45% -
HSV(B) 224.15º 0.38% 0.55% -
XYZ 13.32 13.23 26.66 -
YUV 101.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 87 101 140 0.38 0.28 0 0.45 224.15 0.23 0.45
Hex 57 65 8C 26 1C 0 2D E0 17 2D
Octal 127 145 214 46 34 0 55 340 27 55
Binary 1010111 1100101 10001100 100110 11100 0 101101 11100000 10111 101101

Color Harmonies of #57658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57658C

Black with #57658C

Text Example


Text Example

White with #57658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57658C; }

 p { color: rgb(87,101,140); }

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

background-color css

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

 a { background-color: rgb(87,101,140); }

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

border-color css

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

 span { border-color: rgb(87,101,140); }

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