Html Css Color HEX #553684 Kingfisher Daisy

📋 copy color: '#553684'

red 85 ◦ green 54 ◦ blue 132

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

Shades of Kingfisher Daisy #553684

Tints of Kingfisher Daisy #553684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 31.37%
G = 19.93%
B = 48.71%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#553684 (or 0x553684) is known color: Kingfisher Daisy. HEX triplet: 55, 36 and 84. RGB value is (85,54,132). Sum of RGB (Red+Green+Blue) = 85+54+132=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #553684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553684 is #AAC97B. Grayscale: #474747. Windows color (decimal): -11192700 or 8664661. OLE color: 8664661.

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

Color convert

RGB 85 54 132 -
CMYK 0.36 0.59 0 0.48
HSL 263.85º 0.42% 0.36% -
HSV(B) 263.85º 0.59% 0.52% -
XYZ 9.23 6.24 22.55 -
YUV 72.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 85 54 132 0.36 0.59 0 0.48 263.85 0.42 0.36
Hex 55 36 84 24 3B 0 30 108 2A 24
Octal 125 66 204 44 73 0 60 410 52 44
Binary 1010101 110110 10000100 100100 111011 0 110000 100001000 101010 100100

Color Harmonies of #553684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553684

Black with #553684

Text Example


Text Example

White with #553684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553684; }

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

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

background-color css

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

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

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

border-color css

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

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

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