Html Css Color HEX #54608D Waikawa Grey

📋 copy color: '#54608D'

red 84 ◦ green 96 ◦ blue 141

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

Shades of Waikawa Grey #54608D

Tints of Waikawa Grey #54608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 26.17%
G = 29.91%
B = 43.93%

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

#54608D (or 0x54608D) is known color: Waikawa Grey. HEX triplet: 54, 60 and 8D. RGB value is (84,96,141). Sum of RGB (Red+Green+Blue) = 84+96+141=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #54608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54608D is #AB9F72. Grayscale: #616161. Windows color (decimal): -11247475 or 9265236. OLE color: 9265236.

HSL color Cylindrical-coordinate representation of color #54608D: hue angle of 227.37º 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 #54608D is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 96 141 -
CMYK 0.40 0.32 0 0.45
HSL 227.37º 0.25% 0.44% -
HSV(B) 227.37º 0.4% 0.55% -
XYZ 12.65 12.17 26.88 -
YUV 97.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 84 96 141 0.40 0.32 0 0.45 227.37 0.25 0.44
Hex 54 60 8D 28 20 0 2D E3 19 2C
Octal 124 140 215 50 40 0 55 343 31 54
Binary 1010100 1100000 10001101 101000 100000 0 101101 11100011 11001 101100

Color Harmonies of #54608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54608D

Black with #54608D

Text Example


Text Example

White with #54608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54608D; }

 p { color: rgb(84,96,141); }

 H1.HeaderClassName
 {
   color: #54608D;
 }
 .AnyTagClassName
 {
   color: #54608D;
 }
</style>

background-color css

<style>
 a { background-color: #54608D; }

 a { background-color: rgb(84,96,141); }

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

border-color css

<style>
 span { border-color: #54608D; }

 span { border-color: rgb(84,96,141); }

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