Html Css Color HEX #542687 Kingfisher Daisy

📋 copy color: '#542687'

red 84 ◦ green 38 ◦ blue 135

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

Shades of Kingfisher Daisy #542687

Tints of Kingfisher Daisy #542687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.79%

 BLUE value IS 135 (53.13% from 255) = 52.53%

R = 32.68%
G = 14.79%
B = 52.53%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#542687 (or 0x542687) is known color: Kingfisher Daisy. HEX triplet: 54, 26 and 87. RGB value is (84,38,135). Sum of RGB (Red+Green+Blue) = 84+38+135=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #542687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542687 is #ABD978. Grayscale: #3E3E3E. Windows color (decimal): -11262329 or 8857172. OLE color: 8857172.

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

Color convert

RGB 84 38 135 -
CMYK 0.38 0.72 0 0.47
HSL 268.45º 0.56% 0.34% -
HSV(B) 268.45º 0.72% 0.53% -
XYZ 8.72 5.02 23.43 -
YUV 62.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 84 38 135 0.38 0.72 0 0.47 268.45 0.56 0.34
Hex 54 26 87 26 48 0 2F 10C 38 22
Octal 124 46 207 46 110 0 57 414 70 42
Binary 1010100 100110 10000111 100110 1001000 0 101111 100001100 111000 100010

Color Harmonies of #542687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542687

Black with #542687

Text Example


Text Example

White with #542687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542687; }

 p { color: rgb(84,38,135); }

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

background-color css

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

 a { background-color: rgb(84,38,135); }

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

border-color css

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

 span { border-color: rgb(84,38,135); }

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