Html Css Color HEX #553685 Kingfisher Daisy

📋 copy color: '#553685'

red 85 ◦ green 54 ◦ blue 133

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

Shades of Kingfisher Daisy #553685

Tints of Kingfisher Daisy #553685

RGB

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

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

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

R = 31.25%
G = 19.85%
B = 48.9%

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

#553685 (or 0x553685) is known color: Kingfisher Daisy. HEX triplet: 55, 36 and 85. RGB value is (85,54,133). Sum of RGB (Red+Green+Blue) = 85+54+133=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #553685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553685 is #AAC97A. Grayscale: #474747. Windows color (decimal): -11192699 or 8730197. OLE color: 8730197.

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

Color convert

RGB 85 54 133 -
CMYK 0.36 0.59 0 0.48
HSL 263.54º 0.42% 0.37% -
HSV(B) 263.54º 0.59% 0.52% -
XYZ 9.3 6.26 22.91 -
YUV 72.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 85 54 133 0.36 0.59 0 0.48 263.54 0.42 0.37
Hex 55 36 85 24 3B 0 30 108 2A 25
Octal 125 66 205 44 73 0 60 410 52 45
Binary 1010101 110110 10000101 100100 111011 0 110000 100001000 101010 100101

Color Harmonies of #553685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553685

Black with #553685

Text Example


Text Example

White with #553685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553685; }

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

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

background-color css

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

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

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

border-color css

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

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

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