Html Css Color HEX #54278B Kingfisher Daisy

📋 copy color: '#54278B'

red 84 ◦ green 39 ◦ blue 139

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

Shades of Kingfisher Daisy #54278B

Tints of Kingfisher Daisy #54278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

 BLUE value IS 139 (54.69% from 255) = 53.05%

R = 32.06%
G = 14.89%
B = 53.05%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54278B (or 0x54278B) is known color: Kingfisher Daisy. HEX triplet: 54, 27 and 8B. RGB value is (84,39,139). Sum of RGB (Red+Green+Blue) = 84+39+139=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #54278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54278B is #ABD874. Grayscale: #3F3F3F. Windows color (decimal): -11262069 or 9119572. OLE color: 9119572.

HSL color Cylindrical-coordinate representation of color #54278B: hue angle of 267º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54278B is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 39 139 -
CMYK 0.40 0.72 0 0.45
HSL 267º 0.56% 0.35% -
HSV(B) 267º 0.72% 0.55% -
XYZ 9.04 5.2 24.95 -
YUV 63.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 84 39 139 0.40 0.72 0 0.45 267 0.56 0.35
Hex 54 27 8B 28 48 0 2D 10B 38 23
Octal 124 47 213 50 110 0 55 413 70 43
Binary 1010100 100111 10001011 101000 1001000 0 101101 100001011 111000 100011

Color Harmonies of #54278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54278B

Black with #54278B

Text Example


Text Example

White with #54278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,39,139); }

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

background-color css

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

 a { background-color: rgb(84,39,139); }

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

border-color css

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

 span { border-color: rgb(84,39,139); }

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