Html Css Color HEX #53278B Kingfisher Daisy

📋 copy color: '#53278B'

red 83 ◦ green 39 ◦ blue 139

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

Shades of Kingfisher Daisy #53278B

Tints of Kingfisher Daisy #53278B

RGB

 RED value IS 83 (32.81% from 255) = 31.8%

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

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

R = 31.8%
G = 14.94%
B = 53.26%

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

#53278B (or 0x53278B) is known color: Kingfisher Daisy. HEX triplet: 53, 27 and 8B. RGB value is (83,39,139). Sum of RGB (Red+Green+Blue) = 83+39+139=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 39 (15.62% from 255 or 14.94% 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 #53278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53278B is #ACD874. Grayscale: #3F3F3F. Windows color (decimal): -11327605 or 9119571. OLE color: 9119571.

HSL color Cylindrical-coordinate representation of color #53278B: hue angle of 266.4º 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 #53278B is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 39 139 -
CMYK 0.40 0.72 0 0.45
HSL 266.4º 0.56% 0.35% -
HSV(B) 266.4º 0.72% 0.55% -
XYZ 8.95 5.15 24.95 -
YUV 63.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 83 39 139 0.40 0.72 0 0.45 266.4 0.56 0.35
Hex 53 27 8B 28 48 0 2D 10A 38 23
Octal 123 47 213 50 110 0 55 412 70 43
Binary 1010011 100111 10001011 101000 1001000 0 101101 100001010 111000 100011

Color Harmonies of #53278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53278B

Black with #53278B

Text Example


Text Example

White with #53278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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