Html Css Color HEX #57678C Waikawa Grey

📋 copy color: '#57678C'

red 87 ◦ green 103 ◦ blue 140

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

Shades of Waikawa Grey #57678C

Tints of Waikawa Grey #57678C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 26.36%
G = 31.21%
B = 42.42%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57678C (or 0x57678C) is known color: Waikawa Grey. HEX triplet: 57, 67 and 8C. RGB value is (87,103,140). Sum of RGB (Red+Green+Blue) = 87+103+140=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #57678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57678C is #A89873. Grayscale: #666666. Windows color (decimal): -11049076 or 9201495. OLE color: 9201495.

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

Color convert

RGB 87 103 140 -
CMYK 0.38 0.26 0 0.45
HSL 221.89º 0.23% 0.45% -
HSV(B) 221.89º 0.38% 0.55% -
XYZ 13.51 13.62 26.73 -
YUV 102.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 87 103 140 0.38 0.26 0 0.45 221.89 0.23 0.45
Hex 57 67 8C 26 1A 0 2D DE 17 2D
Octal 127 147 214 46 32 0 55 336 27 55
Binary 1010111 1100111 10001100 100110 11010 0 101101 11011110 10111 101101

Color Harmonies of #57678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57678C

Black with #57678C

Text Example


Text Example

White with #57678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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