Html Css Color HEX #57678D Waikawa Grey

📋 copy color: '#57678D'

red 87 ◦ green 103 ◦ blue 141

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

Shades of Waikawa Grey #57678D

Tints of Waikawa Grey #57678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.12%

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

R = 26.28%
G = 31.12%
B = 42.6%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57678D (or 0x57678D) is known color: Waikawa Grey. HEX triplet: 57, 67 and 8D. RGB value is (87,103,141). Sum of RGB (Red+Green+Blue) = 87+103+141=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #57678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57678D is #A89872. Grayscale: #666666. Windows color (decimal): -11049075 or 9267031. OLE color: 9267031.

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

Color convert

RGB 87 103 141 -
CMYK 0.38 0.27 0 0.45
HSL 222.22º 0.24% 0.45% -
HSV(B) 222.22º 0.38% 0.55% -
XYZ 13.59 13.65 27.12 -
YUV 102.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 87 103 141 0.38 0.27 0 0.45 222.22 0.24 0.45
Hex 57 67 8D 26 1B 0 2D DE 18 2D
Octal 127 147 215 46 33 0 55 336 30 55
Binary 1010111 1100111 10001101 100110 11011 0 101101 11011110 11000 101101

Color Harmonies of #57678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57678D

Black with #57678D

Text Example


Text Example

White with #57678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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