Html Css Color HEX #54307F Kingfisher Daisy

📋 copy color: '#54307F'

red 84 ◦ green 48 ◦ blue 127

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

Shades of Kingfisher Daisy #54307F

Tints of Kingfisher Daisy #54307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

 BLUE value IS 127 (50% from 255) = 49.03%

R = 32.43%
G = 18.53%
B = 49.03%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54307F (or 0x54307F) is known color: Kingfisher Daisy. HEX triplet: 54, 30 and 7F. RGB value is (84,48,127). Sum of RGB (Red+Green+Blue) = 84+48+127=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #54307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54307F is #ABCF80. Grayscale: #434343. Windows color (decimal): -11259777 or 8335444. OLE color: 8335444.

HSL color Cylindrical-coordinate representation of color #54307F: hue angle of 267.34º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54307F is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 48 127 -
CMYK 0.34 0.62 0 0.50
HSL 267.34º 0.45% 0.34% -
HSV(B) 267.34º 0.62% 0.5% -
XYZ 8.54 5.53 20.7 -
YUV 67.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 84 48 127 0.34 0.62 0 0.50 267.34 0.45 0.34
Hex 54 30 7F 22 3E 0 32 10B 2D 22
Octal 124 60 177 42 76 0 62 413 55 42
Binary 1010100 110000 1111111 100010 111110 0 110010 100001011 101101 100010

Color Harmonies of #54307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54307F

Black with #54307F

Text Example


Text Example

White with #54307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54307F; }

 p { color: rgb(84,48,127); }

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

background-color css

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

 a { background-color: rgb(84,48,127); }

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

border-color css

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

 span { border-color: rgb(84,48,127); }

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