Html Css Color HEX #54268B Kingfisher Daisy

📋 copy color: '#54268B'

red 84 ◦ green 38 ◦ blue 139

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

Shades of Kingfisher Daisy #54268B

Tints of Kingfisher Daisy #54268B

RGB

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

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

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

R = 32.18%
G = 14.56%
B = 53.26%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54268B (or 0x54268B) is known color: Kingfisher Daisy. HEX triplet: 54, 26 and 8B. RGB value is (84,38,139). Sum of RGB (Red+Green+Blue) = 84+38+139=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #54268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54268B is #ABD974. Grayscale: #3E3E3E. Windows color (decimal): -11262325 or 9119316. OLE color: 9119316.

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

Color convert

RGB 84 38 139 -
CMYK 0.40 0.73 0 0.45
HSL 267.33º 0.57% 0.35% -
HSV(B) 267.33º 0.73% 0.55% -
XYZ 9.01 5.14 24.94 -
YUV 63.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 84 38 139 0.40 0.73 0 0.45 267.33 0.57 0.35
Hex 54 26 8B 28 49 0 2D 10B 39 23
Octal 124 46 213 50 111 0 55 413 71 43
Binary 1010100 100110 10001011 101000 1001001 0 101101 100001011 111001 100011

Color Harmonies of #54268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54268B

Black with #54268B

Text Example


Text Example

White with #54268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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