Html Css Color HEX #54347B Kingfisher Daisy

📋 copy color: '#54347B'

red 84 ◦ green 52 ◦ blue 123

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

Shades of Kingfisher Daisy #54347B

Tints of Kingfisher Daisy #54347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 123 (48.44% from 255) = 47.49%

R = 32.43%
G = 20.08%
B = 47.49%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54347B (or 0x54347B) is known color: Kingfisher Daisy. HEX triplet: 54, 34 and 7B. RGB value is (84,52,123). Sum of RGB (Red+Green+Blue) = 84+52+123=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #54347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54347B is #ABCB84. Grayscale: #454545. Windows color (decimal): -11258757 or 8074324. OLE color: 8074324.

HSL color Cylindrical-coordinate representation of color #54347B: hue angle of 267.04º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54347B is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 52 123 -
CMYK 0.32 0.58 0 0.52
HSL 267.04º 0.41% 0.34% -
HSV(B) 267.04º 0.58% 0.48% -
XYZ 8.46 5.77 19.41 -
YUV 69.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 84 52 123 0.32 0.58 0 0.52 267.04 0.41 0.34
Hex 54 34 7B 20 3A 0 34 10B 29 22
Octal 124 64 173 40 72 0 64 413 51 42
Binary 1010100 110100 1111011 100000 111010 0 110100 100001011 101001 100010

Color Harmonies of #54347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54347B

Black with #54347B

Text Example


Text Example

White with #54347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54347B; }

 p { color: rgb(84,52,123); }

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

background-color css

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

 a { background-color: rgb(84,52,123); }

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

border-color css

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

 span { border-color: rgb(84,52,123); }

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