Html Css Color HEX #54608A Waikawa Grey

📋 copy color: '#54608A'

red 84 ◦ green 96 ◦ blue 138

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

Shades of Waikawa Grey #54608A

Tints of Waikawa Grey #54608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.4%

R = 26.42%
G = 30.19%
B = 43.4%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54608A (or 0x54608A) is known color: Waikawa Grey. HEX triplet: 54, 60 and 8A. RGB value is (84,96,138). Sum of RGB (Red+Green+Blue) = 84+96+138=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #54608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54608A is #AB9F75. Grayscale: #616161. Windows color (decimal): -11247478 or 9068628. OLE color: 9068628.

HSL color Cylindrical-coordinate representation of color #54608A: hue angle of 226.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54608A is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 96 138 -
CMYK 0.39 0.30 0 0.46
HSL 226.67º 0.24% 0.44% -
HSV(B) 226.67º 0.39% 0.54% -
XYZ 12.43 12.09 25.72 -
YUV 97.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 84 96 138 0.39 0.30 0 0.46 226.67 0.24 0.44
Hex 54 60 8A 27 1E 0 2E E3 18 2C
Octal 124 140 212 47 36 0 56 343 30 54
Binary 1010100 1100000 10001010 100111 11110 0 101110 11100011 11000 101100

Color Harmonies of #54608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54608A

Black with #54608A

Text Example


Text Example

White with #54608A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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