Html Css Color HEX #57679A Waikawa Grey

📋 copy color: '#57679A'

red 87 ◦ green 103 ◦ blue 154

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

Shades of Waikawa Grey #57679A

Tints of Waikawa Grey #57679A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.77%

R = 25.29%
G = 29.94%
B = 44.77%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#57679A (or 0x57679A) is known color: Waikawa Grey. HEX triplet: 57, 67 and 9A. RGB value is (87,103,154). Sum of RGB (Red+Green+Blue) = 87+103+154=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #57679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57679A is #A89865. Grayscale: #676767. Windows color (decimal): -11049062 or 10118999. OLE color: 10118999.

HSL color Cylindrical-coordinate representation of color #57679A: hue angle of 225.67º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57679A is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 103 154 -
CMYK 0.44 0.33 0 0.40
HSL 225.67º 0.28% 0.47% -
HSV(B) 225.67º 0.44% 0.6% -
XYZ 14.61 14.06 32.52 -
YUV 104.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 87 103 154 0.44 0.33 0 0.40 225.67 0.28 0.47
Hex 57 67 9A 2C 21 0 28 E2 1C 2F
Octal 127 147 232 54 41 0 50 342 34 57
Binary 1010111 1100111 10011010 101100 100001 0 101000 11100010 11100 101111

Color Harmonies of #57679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57679A

Black with #57679A

Text Example


Text Example

White with #57679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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