Html Css Color HEX #553773 Kingfisher Daisy

📋 copy color: '#553773'

red 85 ◦ green 55 ◦ blue 115

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

Shades of Kingfisher Daisy #553773

Tints of Kingfisher Daisy #553773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

 BLUE value IS 115 (45.31% from 255) = 45.1%

R = 33.33%
G = 21.57%
B = 45.1%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#553773 (or 0x553773) is known color: Kingfisher Daisy. HEX triplet: 55, 37 and 73. RGB value is (85,55,115). Sum of RGB (Red+Green+Blue) = 85+55+115=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #553773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553773 is #AAC88C. Grayscale: #464646. Windows color (decimal): -11192461 or 7550805. OLE color: 7550805.

HSL color Cylindrical-coordinate representation of color #553773: hue angle of 270º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #553773 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 55 115 -
CMYK 0.26 0.52 0 0.55
HSL 270º 0.35% 0.33% -
HSV(B) 270º 0.52% 0.45% -
XYZ 8.21 5.9 16.93 -
YUV 70.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 85 55 115 0.26 0.52 0 0.55 270 0.35 0.33
Hex 55 37 73 1A 34 0 37 10E 23 21
Octal 125 67 163 32 64 0 67 416 43 41
Binary 1010101 110111 1110011 11010 110100 0 110111 100001110 100011 100001

Color Harmonies of #553773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553773

Black with #553773

Text Example


Text Example

White with #553773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553773; }

 p { color: rgb(85,55,115); }

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

background-color css

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

 a { background-color: rgb(85,55,115); }

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

border-color css

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

 span { border-color: rgb(85,55,115); }

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