Html Css Color HEX #57648D Waikawa Grey

📋 copy color: '#57648D'

red 87 ◦ green 100 ◦ blue 141

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

Shades of Waikawa Grey #57648D

Tints of Waikawa Grey #57648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 26.52%
G = 30.49%
B = 42.99%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57648D (or 0x57648D) is known color: Waikawa Grey. HEX triplet: 57, 64 and 8D. RGB value is (87,100,141). Sum of RGB (Red+Green+Blue) = 87+100+141=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #57648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57648D is #A89B72. Grayscale: #646464. Windows color (decimal): -11049843 or 9266263. OLE color: 9266263.

HSL color Cylindrical-coordinate representation of color #57648D: hue angle of 225.56º degrees, saturation: 0.24, 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 #57648D is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 100 141 -
CMYK 0.38 0.29 0 0.45
HSL 225.56º 0.24% 0.45% -
HSV(B) 225.56º 0.38% 0.55% -
XYZ 13.3 13.06 27.02 -
YUV 100.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 87 100 141 0.38 0.29 0 0.45 225.56 0.24 0.45
Hex 57 64 8D 26 1D 0 2D E2 18 2D
Octal 127 144 215 46 35 0 55 342 30 55
Binary 1010111 1100100 10001101 100110 11101 0 101101 11100010 11000 101101

Color Harmonies of #57648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57648D

Black with #57648D

Text Example


Text Example

White with #57648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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