Html Css Color HEX #55247C Kingfisher Daisy

📋 copy color: '#55247C'

red 85 ◦ green 36 ◦ blue 124

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

Shades of Kingfisher Daisy #55247C

Tints of Kingfisher Daisy #55247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.61%

R = 34.69%
G = 14.69%
B = 50.61%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55247C (or 0x55247C) is known color: Kingfisher Daisy. HEX triplet: 55, 24 and 7C. RGB value is (85,36,124). Sum of RGB (Red+Green+Blue) = 85+36+124=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #55247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55247C is #AADB83. Grayscale: #3C3C3C. Windows color (decimal): -11197316 or 8135765. OLE color: 8135765.

HSL color Cylindrical-coordinate representation of color #55247C: hue angle of 273.41º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55247C is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 36 124 -
CMYK 0.31 0.71 0 0.51
HSL 273.41º 0.55% 0.31% -
HSV(B) 273.41º 0.71% 0.49% -
XYZ 8.02 4.65 19.54 -
YUV 60.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 85 36 124 0.31 0.71 0 0.51 273.41 0.55 0.31
Hex 55 24 7C 1F 47 0 33 111 37 1F
Octal 125 44 174 37 107 0 63 421 67 37
Binary 1010101 100100 1111100 11111 1000111 0 110011 100010001 110111 11111

Color Harmonies of #55247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55247C

Black with #55247C

Text Example


Text Example

White with #55247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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