Html Css Color HEX #542888 Kingfisher Daisy

📋 copy color: '#542888'

red 84 ◦ green 40 ◦ blue 136

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

Shades of Kingfisher Daisy #542888

Tints of Kingfisher Daisy #542888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 32.31%
G = 15.38%
B = 52.31%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#542888 (or 0x542888) is known color: Kingfisher Daisy. HEX triplet: 54, 28 and 88. RGB value is (84,40,136). Sum of RGB (Red+Green+Blue) = 84+40+136=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #542888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542888 is #ABD777. Grayscale: #3F3F3F. Windows color (decimal): -11261816 or 8923220. OLE color: 8923220.

HSL color Cylindrical-coordinate representation of color #542888: hue angle of 267.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #542888 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 40 136 -
CMYK 0.38 0.71 0 0.47
HSL 267.5º 0.55% 0.35% -
HSV(B) 267.5º 0.71% 0.53% -
XYZ 8.86 5.18 23.83 -
YUV 64.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 84 40 136 0.38 0.71 0 0.47 267.5 0.55 0.35
Hex 54 28 88 26 47 0 2F 10C 37 23
Octal 124 50 210 46 107 0 57 414 67 43
Binary 1010100 101000 10001000 100110 1000111 0 101111 100001100 110111 100011

Color Harmonies of #542888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542888

Black with #542888

Text Example


Text Example

White with #542888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542888; }

 p { color: rgb(84,40,136); }

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

background-color css

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

 a { background-color: rgb(84,40,136); }

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

border-color css

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

 span { border-color: rgb(84,40,136); }

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