Html Css Color HEX #57648B Waikawa Grey

📋 copy color: '#57648B'

red 87 ◦ green 100 ◦ blue 139

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

Shades of Waikawa Grey #57648B

Tints of Waikawa Grey #57648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 26.69%
G = 30.67%
B = 42.64%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57648B (or 0x57648B) is known color: Waikawa Grey. HEX triplet: 57, 64 and 8B. RGB value is (87,100,139). Sum of RGB (Red+Green+Blue) = 87+100+139=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #57648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57648B is #A89B74. Grayscale: #646464. Windows color (decimal): -11049845 or 9135191. OLE color: 9135191.

HSL color Cylindrical-coordinate representation of color #57648B: hue angle of 225º 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 #57648B is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 100 139 -
CMYK 0.37 0.28 0 0.45
HSL 225º 0.23% 0.44% -
HSV(B) 225º 0.37% 0.55% -
XYZ 13.15 13 26.24 -
YUV 100.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 87 100 139 0.37 0.28 0 0.45 225 0.23 0.44
Hex 57 64 8B 25 1C 0 2D E1 17 2C
Octal 127 144 213 45 34 0 55 341 27 54
Binary 1010111 1100100 10001011 100101 11100 0 101101 11100001 10111 101100

Color Harmonies of #57648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57648B

Black with #57648B

Text Example


Text Example

White with #57648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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