Html Css Color HEX #54628D Waikawa Grey

📋 copy color: '#54628D'

red 84 ◦ green 98 ◦ blue 141

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

Shades of Waikawa Grey #54628D

Tints of Waikawa Grey #54628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 26.01%
G = 30.34%
B = 43.65%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54628D (or 0x54628D) is known color: Waikawa Grey. HEX triplet: 54, 62 and 8D. RGB value is (84,98,141). Sum of RGB (Red+Green+Blue) = 84+98+141=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #54628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54628D is #AB9D72. Grayscale: #626262. Windows color (decimal): -11246963 or 9265748. OLE color: 9265748.

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

Color convert

RGB 84 98 141 -
CMYK 0.40 0.30 0 0.45
HSL 225.26º 0.25% 0.44% -
HSV(B) 225.26º 0.4% 0.55% -
XYZ 12.83 12.54 26.94 -
YUV 98.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 84 98 141 0.40 0.30 0 0.45 225.26 0.25 0.44
Hex 54 62 8D 28 1E 0 2D E1 19 2C
Octal 124 142 215 50 36 0 55 341 31 54
Binary 1010100 1100010 10001101 101000 11110 0 101101 11100001 11001 101100

Color Harmonies of #54628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54628D

Black with #54628D

Text Example


Text Example

White with #54628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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