Html Css Color HEX #553884 Kingfisher Daisy

📋 copy color: '#553884'

red 85 ◦ green 56 ◦ blue 132

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

Shades of Kingfisher Daisy #553884

Tints of Kingfisher Daisy #553884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 31.14%
G = 20.51%
B = 48.35%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#553884 (or 0x553884) is known color: Kingfisher Daisy. HEX triplet: 55, 38 and 84. RGB value is (85,56,132). Sum of RGB (Red+Green+Blue) = 85+56+132=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #553884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553884 is #AAC77B. Grayscale: #494949. Windows color (decimal): -11192188 or 8665173. OLE color: 8665173.

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

Color convert

RGB 85 56 132 -
CMYK 0.36 0.58 0 0.48
HSL 262.89º 0.4% 0.37% -
HSV(B) 262.89º 0.58% 0.52% -
XYZ 9.33 6.43 22.58 -
YUV 73.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 85 56 132 0.36 0.58 0 0.48 262.89 0.4 0.37
Hex 55 38 84 24 3A 0 30 107 28 25
Octal 125 70 204 44 72 0 60 407 50 45
Binary 1010101 111000 10000100 100100 111010 0 110000 100000111 101000 100101

Color Harmonies of #553884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553884

Black with #553884

Text Example


Text Example

White with #553884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553884; }

 p { color: rgb(85,56,132); }

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

background-color css

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

 a { background-color: rgb(85,56,132); }

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

border-color css

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

 span { border-color: rgb(85,56,132); }

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