Html Css Color HEX #545E87 Waikawa Grey

📋 copy color: '#545E87'

red 84 ◦ green 94 ◦ blue 135

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

Shades of Waikawa Grey #545E87

Tints of Waikawa Grey #545E87

RGB

 RED value IS 84 (33.2% from 255) = 26.84%

 GREEN value IS 94 (37.11% from 255) = 30.03%

 BLUE value IS 135 (53.13% from 255) = 43.13%

R = 26.84%
G = 30.03%
B = 43.13%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#545E87 (or 0x545E87) is known color: Waikawa Grey. HEX triplet: 54, 5E and 87. RGB value is (84,94,135). Sum of RGB (Red+Green+Blue) = 84+94+135=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #545E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545E87 is #ABA178. Grayscale: #5F5F5F. Windows color (decimal): -11247993 or 8871508. OLE color: 8871508.

HSL color Cylindrical-coordinate representation of color #545E87: hue angle of 228.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545E87 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 94 135 -
CMYK 0.38 0.30 0 0.47
HSL 228.24º 0.23% 0.43% -
HSV(B) 228.24º 0.38% 0.53% -
XYZ 12.03 11.64 24.53 -
YUV 95.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 84 94 135 0.38 0.30 0 0.47 228.24 0.23 0.43
Hex 54 5E 87 26 1E 0 2F E4 17 2B
Octal 124 136 207 46 36 0 57 344 27 53
Binary 1010100 1011110 10000111 100110 11110 0 101111 11100100 10111 101011

Color Harmonies of #545E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545E87

Black with #545E87

Text Example


Text Example

White with #545E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545E87; }

 p { color: rgb(84,94,135); }

 H1.HeaderClassName
 {
   color: #545E87;
 }
 .AnyTagClassName
 {
   color: #545E87;
 }
</style>

background-color css

<style>
 a { background-color: #545E87; }

 a { background-color: rgb(84,94,135); }

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

border-color css

<style>
 span { border-color: #545E87; }

 span { border-color: rgb(84,94,135); }

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