Html Css Color HEX #57638A Waikawa Grey

📋 copy color: '#57638A'

red 87 ◦ green 99 ◦ blue 138

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

Shades of Waikawa Grey #57638A

Tints of Waikawa Grey #57638A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 26.85%
G = 30.56%
B = 42.59%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57638A (or 0x57638A) is known color: Waikawa Grey. HEX triplet: 57, 63 and 8A. RGB value is (87,99,138). Sum of RGB (Red+Green+Blue) = 87+99+138=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #57638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57638A is #A89C75. Grayscale: #636363. Windows color (decimal): -11050102 or 9069399. OLE color: 9069399.

HSL color Cylindrical-coordinate representation of color #57638A: hue angle of 225.88º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57638A is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 99 138 -
CMYK 0.37 0.28 0 0.46
HSL 225.88º 0.23% 0.44% -
HSV(B) 225.88º 0.37% 0.54% -
XYZ 12.98 12.78 25.83 -
YUV 99.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 87 99 138 0.37 0.28 0 0.46 225.88 0.23 0.44
Hex 57 63 8A 25 1C 0 2E E2 17 2C
Octal 127 143 212 45 34 0 56 342 27 54
Binary 1010111 1100011 10001010 100101 11100 0 101110 11100010 10111 101100

Color Harmonies of #57638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57638A

Black with #57638A

Text Example


Text Example

White with #57638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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