Html Css Color HEX #553384 Kingfisher Daisy

📋 copy color: '#553384'

red 85 ◦ green 51 ◦ blue 132

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

Shades of Kingfisher Daisy #553384

Tints of Kingfisher Daisy #553384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

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

R = 31.72%
G = 19.03%
B = 49.25%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#553384 (or 0x553384) is known color: Kingfisher Daisy. HEX triplet: 55, 33 and 84. RGB value is (85,51,132). Sum of RGB (Red+Green+Blue) = 85+51+132=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #553384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553384 is #AACC7B. Grayscale: #464646. Windows color (decimal): -11193468 or 8663893. OLE color: 8663893.

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

Color convert

RGB 85 51 132 -
CMYK 0.36 0.61 0 0.48
HSL 265.19º 0.44% 0.36% -
HSV(B) 265.19º 0.61% 0.52% -
XYZ 9.09 5.96 22.5 -
YUV 70.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 85 51 132 0.36 0.61 0 0.48 265.19 0.44 0.36
Hex 55 33 84 24 3D 0 30 109 2C 24
Octal 125 63 204 44 75 0 60 411 54 44
Binary 1010101 110011 10000100 100100 111101 0 110000 100001001 101100 100100

Color Harmonies of #553384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553384

Black with #553384

Text Example


Text Example

White with #553384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553384; }

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

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

background-color css

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

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

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

border-color css

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

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

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