Html Css Color HEX #57678F Waikawa Grey

📋 copy color: '#57678F'

red 87 ◦ green 103 ◦ blue 143

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

Shades of Waikawa Grey #57678F

Tints of Waikawa Grey #57678F

RGB

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

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

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

R = 26.13%
G = 30.93%
B = 42.94%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57678F (or 0x57678F) is known color: Waikawa Grey. HEX triplet: 57, 67 and 8F. RGB value is (87,103,143). Sum of RGB (Red+Green+Blue) = 87+103+143=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #57678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57678F is #A89870. Grayscale: #666666. Windows color (decimal): -11049073 or 9398103. OLE color: 9398103.

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

Color convert

RGB 87 103 143 -
CMYK 0.39 0.28 0 0.44
HSL 222.86º 0.24% 0.45% -
HSV(B) 222.86º 0.39% 0.56% -
XYZ 13.74 13.71 27.91 -
YUV 102.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 87 103 143 0.39 0.28 0 0.44 222.86 0.24 0.45
Hex 57 67 8F 27 1C 0 2C DF 18 2D
Octal 127 147 217 47 34 0 54 337 30 55
Binary 1010111 1100111 10001111 100111 11100 0 101100 11011111 11000 101101

Color Harmonies of #57678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57678F

Black with #57678F

Text Example


Text Example

White with #57678F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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