Html Css Color HEX #57648F Waikawa Grey

📋 copy color: '#57648F'

red 87 ◦ green 100 ◦ blue 143

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

Shades of Waikawa Grey #57648F

Tints of Waikawa Grey #57648F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.33%

R = 26.36%
G = 30.3%
B = 43.33%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57648F (or 0x57648F) is known color: Waikawa Grey. HEX triplet: 57, 64 and 8F. RGB value is (87,100,143). Sum of RGB (Red+Green+Blue) = 87+100+143=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #57648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57648F is #A89B70. Grayscale: #646464. Windows color (decimal): -11049841 or 9397335. OLE color: 9397335.

HSL color Cylindrical-coordinate representation of color #57648F: hue angle of 226.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57648F is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 100 143 -
CMYK 0.39 0.30 0 0.44
HSL 226.07º 0.24% 0.45% -
HSV(B) 226.07º 0.39% 0.56% -
XYZ 13.45 13.12 27.81 -
YUV 101.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 87 100 143 0.39 0.30 0 0.44 226.07 0.24 0.45
Hex 57 64 8F 27 1E 0 2C E2 18 2D
Octal 127 144 217 47 36 0 54 342 30 55
Binary 1010111 1100100 10001111 100111 11110 0 101100 11100010 11000 101101

Color Harmonies of #57648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57648F

Black with #57648F

Text Example


Text Example

White with #57648F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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