Html Css Color HEX #55237C Kingfisher Daisy

📋 copy color: '#55237C'

red 85 ◦ green 35 ◦ blue 124

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

Shades of Kingfisher Daisy #55237C

Tints of Kingfisher Daisy #55237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.34%

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

R = 34.84%
G = 14.34%
B = 50.82%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55237C (or 0x55237C) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 7C. RGB value is (85,35,124). Sum of RGB (Red+Green+Blue) = 85+35+124=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #55237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55237C is #AADC83. Grayscale: #3B3B3B. Windows color (decimal): -11197572 or 8135509. OLE color: 8135509.

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

Color convert

RGB 85 35 124 -
CMYK 0.31 0.72 0 0.51
HSL 273.71º 0.56% 0.31% -
HSV(B) 273.71º 0.72% 0.49% -
XYZ 7.99 4.59 19.53 -
YUV 60.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 85 35 124 0.31 0.72 0 0.51 273.71 0.56 0.31
Hex 55 23 7C 1F 48 0 33 112 38 1F
Octal 125 43 174 37 110 0 63 422 70 37
Binary 1010101 100011 1111100 11111 1001000 0 110011 100010010 111000 11111

Color Harmonies of #55237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55237C

Black with #55237C

Text Example


Text Example

White with #55237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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