Html Css Color HEX #55228F Kingfisher Daisy

📋 copy color: '#55228F'

red 85 ◦ green 34 ◦ blue 143

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

Shades of Kingfisher Daisy #55228F

Tints of Kingfisher Daisy #55228F

RGB

 RED value IS 85 (33.59% from 255) = 32.44%

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

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

R = 32.44%
G = 12.98%
B = 54.58%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55228F (or 0x55228F) is known color: Kingfisher Daisy. HEX triplet: 55, 22 and 8F. RGB value is (85,34,143). Sum of RGB (Red+Green+Blue) = 85+34+143=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #55228F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55228F is #AADD70. Grayscale: #3D3D3D. Windows color (decimal): -11197809 or 9380437. OLE color: 9380437.

HSL color Cylindrical-coordinate representation of color #55228F: hue angle of 268.07º 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 #55228F is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 34 143 -
CMYK 0.41 0.76 0 0.44
HSL 268.07º 0.62% 0.35% -
HSV(B) 268.07º 0.76% 0.56% -
XYZ 9.28 5.06 26.47 -
YUV 61.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 85 34 143 0.41 0.76 0 0.44 268.07 0.62 0.35
Hex 55 22 8F 29 4C 0 2C 10C 3E 23
Octal 125 42 217 51 114 0 54 414 76 43
Binary 1010101 100010 10001111 101001 1001100 0 101100 100001100 111110 100011

Color Harmonies of #55228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55228F

Black with #55228F

Text Example


Text Example

White with #55228F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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