Html Css Color HEX #53278F Kingfisher Daisy

📋 copy color: '#53278F'

red 83 ◦ green 39 ◦ blue 143

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

Shades of Kingfisher Daisy #53278F

Tints of Kingfisher Daisy #53278F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.96%

R = 31.32%
G = 14.72%
B = 53.96%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53278F (or 0x53278F) is known color: Kingfisher Daisy. HEX triplet: 53, 27 and 8F. RGB value is (83,39,143). Sum of RGB (Red+Green+Blue) = 83+39+143=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #53278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53278F is #ACD870. Grayscale: #3F3F3F. Windows color (decimal): -11327601 or 9381715. OLE color: 9381715.

HSL color Cylindrical-coordinate representation of color #53278F: hue angle of 265.38º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53278F is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 39 143 -
CMYK 0.42 0.73 0 0.44
HSL 265.38º 0.57% 0.36% -
HSV(B) 265.38º 0.73% 0.56% -
XYZ 9.25 5.27 26.52 -
YUV 64.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 83 39 143 0.42 0.73 0 0.44 265.38 0.57 0.36
Hex 53 27 8F 2A 49 0 2C 109 39 24
Octal 123 47 217 52 111 0 54 411 71 44
Binary 1010011 100111 10001111 101010 1001001 0 101100 100001001 111001 100100

Color Harmonies of #53278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53278F

Black with #53278F

Text Example


Text Example

White with #53278F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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