Html Css Color HEX #53228F Kingfisher Daisy

📋 copy color: '#53228F'

red 83 ◦ green 34 ◦ blue 143

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

Shades of Kingfisher Daisy #53228F

Tints of Kingfisher Daisy #53228F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

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

R = 31.92%
G = 13.08%
B = 55%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53228F (or 0x53228F) is known color: Kingfisher Daisy. HEX triplet: 53, 22 and 8F. RGB value is (83,34,143). Sum of RGB (Red+Green+Blue) = 83+34+143=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #53228F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53228F is #ACDD70. Grayscale: #3C3C3C. Windows color (decimal): -11328881 or 9380435. OLE color: 9380435.

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

Color convert

RGB 83 34 143 -
CMYK 0.42 0.76 0 0.44
HSL 266.97º 0.62% 0.35% -
HSV(B) 266.97º 0.76% 0.56% -
XYZ 9.1 4.97 26.47 -
YUV 61.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 83 34 143 0.42 0.76 0 0.44 266.97 0.62 0.35
Hex 53 22 8F 2A 4C 0 2C 10B 3E 23
Octal 123 42 217 52 114 0 54 413 76 43
Binary 1010011 100010 10001111 101010 1001100 0 101100 100001011 111110 100011

Color Harmonies of #53228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53228F

Black with #53228F

Text Example


Text Example

White with #53228F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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