Html Css Color HEX #553585 Kingfisher Daisy

📋 copy color: '#553585'

red 85 ◦ green 53 ◦ blue 133

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

Shades of Kingfisher Daisy #553585

Tints of Kingfisher Daisy #553585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 31.37%
G = 19.56%
B = 49.08%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#553585 (or 0x553585) is known color: Kingfisher Daisy. HEX triplet: 55, 35 and 85. RGB value is (85,53,133). Sum of RGB (Red+Green+Blue) = 85+53+133=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #553585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553585 is #AACA7A. Grayscale: #474747. Windows color (decimal): -11192955 or 8729941. OLE color: 8729941.

HSL color Cylindrical-coordinate representation of color #553585: hue angle of 264º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #553585 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 53 133 -
CMYK 0.36 0.60 0 0.48
HSL 264º 0.43% 0.36% -
HSV(B) 264º 0.6% 0.52% -
XYZ 9.25 6.17 22.89 -
YUV 71.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 85 53 133 0.36 0.60 0 0.48 264 0.43 0.36
Hex 55 35 85 24 3C 0 30 108 2B 24
Octal 125 65 205 44 74 0 60 410 53 44
Binary 1010101 110101 10000101 100100 111100 0 110000 100001000 101011 100100

Color Harmonies of #553585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553585

Black with #553585

Text Example


Text Example

White with #553585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553585; }

 p { color: rgb(85,53,133); }

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

background-color css

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

 a { background-color: rgb(85,53,133); }

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

border-color css

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

 span { border-color: rgb(85,53,133); }

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