Html Css Color HEX #55247F Kingfisher Daisy

📋 copy color: '#55247F'

red 85 ◦ green 36 ◦ blue 127

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

Shades of Kingfisher Daisy #55247F

Tints of Kingfisher Daisy #55247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

 BLUE value IS 127 (50% from 255) = 51.21%

R = 34.27%
G = 14.52%
B = 51.21%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55247F (or 0x55247F) is known color: Kingfisher Daisy. HEX triplet: 55, 24 and 7F. RGB value is (85,36,127). Sum of RGB (Red+Green+Blue) = 85+36+127=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #55247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55247F is #AADB80. Grayscale: #3C3C3C. Windows color (decimal): -11197313 or 8332373. OLE color: 8332373.

HSL color Cylindrical-coordinate representation of color #55247F: hue angle of 272.31º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55247F is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 36 127 -
CMYK 0.33 0.72 0 0.50
HSL 272.31º 0.56% 0.32% -
HSV(B) 272.31º 0.72% 0.5% -
XYZ 8.21 4.73 20.56 -
YUV 61.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 85 36 127 0.33 0.72 0 0.50 272.31 0.56 0.32
Hex 55 24 7F 21 48 0 32 110 38 20
Octal 125 44 177 41 110 0 62 420 70 40
Binary 1010101 100100 1111111 100001 1001000 0 110010 100010000 111000 100000

Color Harmonies of #55247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55247F

Black with #55247F

Text Example


Text Example

White with #55247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,36,127); }

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

background-color css

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

 a { background-color: rgb(85,36,127); }

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

border-color css

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

 span { border-color: rgb(85,36,127); }

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