Html Css Color HEX #545F8B Waikawa Grey

📋 copy color: '#545F8B'

red 84 ◦ green 95 ◦ blue 139

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

Shades of Waikawa Grey #545F8B

Tints of Waikawa Grey #545F8B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.87%

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 26.42%
G = 29.87%
B = 43.71%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#545F8B (or 0x545F8B) is known color: Waikawa Grey. HEX triplet: 54, 5F and 8B. RGB value is (84,95,139). Sum of RGB (Red+Green+Blue) = 84+95+139=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #545F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545F8B is #ABA074. Grayscale: #606060. Windows color (decimal): -11247733 or 9133908. OLE color: 9133908.

HSL color Cylindrical-coordinate representation of color #545F8B: hue angle of 228º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #545F8B is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 95 139 -
CMYK 0.40 0.32 0 0.45
HSL 228º 0.25% 0.44% -
HSV(B) 228º 0.4% 0.55% -
XYZ 12.41 11.93 26.08 -
YUV 96.73 151.86 118.92 -
System Red Green Blue C M Y K H S L
Decimal 84 95 139 0.40 0.32 0 0.45 228 0.25 0.44
Hex 54 5F 8B 28 20 0 2D E4 19 2C
Octal 124 137 213 50 40 0 55 344 31 54
Binary 1010100 1011111 10001011 101000 100000 0 101101 11100100 11001 101100

Color Harmonies of #545F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545F8B

Black with #545F8B

Text Example


Text Example

White with #545F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,95,139); }

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

background-color css

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

 a { background-color: rgb(84,95,139); }

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

border-color css

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

 span { border-color: rgb(84,95,139); }

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