Html Css Color HEX #57638D Waikawa Grey

📋 copy color: '#57638D'

red 87 ◦ green 99 ◦ blue 141

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

Shades of Waikawa Grey #57638D

Tints of Waikawa Grey #57638D

RGB

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

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

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

R = 26.61%
G = 30.28%
B = 43.12%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57638D (or 0x57638D) is known color: Waikawa Grey. HEX triplet: 57, 63 and 8D. RGB value is (87,99,141). Sum of RGB (Red+Green+Blue) = 87+99+141=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #57638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57638D is #A89C72. Grayscale: #646464. Windows color (decimal): -11050099 or 9266007. OLE color: 9266007.

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

Color convert

RGB 87 99 141 -
CMYK 0.38 0.30 0 0.45
HSL 226.67º 0.24% 0.45% -
HSV(B) 226.67º 0.38% 0.55% -
XYZ 13.2 12.87 26.99 -
YUV 100.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 87 99 141 0.38 0.30 0 0.45 226.67 0.24 0.45
Hex 57 63 8D 26 1E 0 2D E3 18 2D
Octal 127 143 215 46 36 0 55 343 30 55
Binary 1010111 1100011 10001101 100110 11110 0 101101 11100011 11000 101101

Color Harmonies of #57638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57638D

Black with #57638D

Text Example


Text Example

White with #57638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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