Html Css Color HEX #57618B Waikawa Grey

📋 copy color: '#57618B'

red 87 ◦ green 97 ◦ blue 139

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

Shades of Waikawa Grey #57618B

Tints of Waikawa Grey #57618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 26.93%
G = 30.03%
B = 43.03%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57618B (or 0x57618B) is known color: Waikawa Grey. HEX triplet: 57, 61 and 8B. RGB value is (87,97,139). Sum of RGB (Red+Green+Blue) = 87+97+139=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #57618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57618B is #A89E74. Grayscale: #626262. Windows color (decimal): -11050613 or 9134423. OLE color: 9134423.

HSL color Cylindrical-coordinate representation of color #57618B: hue angle of 228.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57618B is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 97 139 -
CMYK 0.37 0.30 0 0.45
HSL 228.46º 0.23% 0.44% -
HSV(B) 228.46º 0.37% 0.55% -
XYZ 12.87 12.44 26.15 -
YUV 98.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 87 97 139 0.37 0.30 0 0.45 228.46 0.23 0.44
Hex 57 61 8B 25 1E 0 2D E4 17 2C
Octal 127 141 213 45 36 0 55 344 27 54
Binary 1010111 1100001 10001011 100101 11110 0 101101 11100100 10111 101100

Color Harmonies of #57618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57618B

Black with #57618B

Text Example


Text Example

White with #57618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,97,139); }

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

background-color css

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

 a { background-color: rgb(87,97,139); }

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

border-color css

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

 span { border-color: rgb(87,97,139); }

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