Html Css Color HEX #57638F Waikawa Grey

📋 copy color: '#57638F'

red 87 ◦ green 99 ◦ blue 143

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

Shades of Waikawa Grey #57638F

Tints of Waikawa Grey #57638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 26.44%
G = 30.09%
B = 43.47%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57638F (or 0x57638F) is known color: Waikawa Grey. HEX triplet: 57, 63 and 8F. RGB value is (87,99,143). Sum of RGB (Red+Green+Blue) = 87+99+143=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #57638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57638F is #A89C70. Grayscale: #646464. Windows color (decimal): -11050097 or 9397079. OLE color: 9397079.

HSL color Cylindrical-coordinate representation of color #57638F: hue angle of 227.14º 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 #57638F is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 99 143 -
CMYK 0.39 0.31 0 0.44
HSL 227.14º 0.24% 0.45% -
HSV(B) 227.14º 0.39% 0.56% -
XYZ 13.35 12.93 27.78 -
YUV 100.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 87 99 143 0.39 0.31 0 0.44 227.14 0.24 0.45
Hex 57 63 8F 27 1F 0 2C E3 18 2D
Octal 127 143 217 47 37 0 54 343 30 55
Binary 1010111 1100011 10001111 100111 11111 0 101100 11100011 11000 101101

Color Harmonies of #57638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57638F

Black with #57638F

Text Example


Text Example

White with #57638F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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