Html Css Color HEX #54608B Waikawa Grey

📋 copy color: '#54608B'

red 84 ◦ green 96 ◦ blue 139

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

Shades of Waikawa Grey #54608B

Tints of Waikawa Grey #54608B

RGB

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

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

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

R = 26.33%
G = 30.09%
B = 43.57%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54608B (or 0x54608B) is known color: Waikawa Grey. HEX triplet: 54, 60 and 8B. RGB value is (84,96,139). Sum of RGB (Red+Green+Blue) = 84+96+139=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #54608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54608B is #AB9F74. Grayscale: #616161. Windows color (decimal): -11247477 or 9134164. OLE color: 9134164.

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

Color convert

RGB 84 96 139 -
CMYK 0.40 0.31 0 0.45
HSL 226.91º 0.25% 0.44% -
HSV(B) 226.91º 0.4% 0.55% -
XYZ 12.5 12.11 26.11 -
YUV 97.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 84 96 139 0.40 0.31 0 0.45 226.91 0.25 0.44
Hex 54 60 8B 28 1F 0 2D E3 19 2C
Octal 124 140 213 50 37 0 55 343 31 54
Binary 1010100 1100000 10001011 101000 11111 0 101101 11100011 11001 101100

Color Harmonies of #54608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54608B

Black with #54608B

Text Example


Text Example

White with #54608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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