Html Css Color HEX #553186 Kingfisher Daisy

📋 copy color: '#553186'

red 85 ◦ green 49 ◦ blue 134

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

Shades of Kingfisher Daisy #553186

Tints of Kingfisher Daisy #553186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

 BLUE value IS 134 (52.73% from 255) = 50%

R = 31.72%
G = 18.28%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#553186 (or 0x553186) is known color: Kingfisher Daisy. HEX triplet: 55, 31 and 86. RGB value is (85,49,134). Sum of RGB (Red+Green+Blue) = 85+49+134=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #553186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553186 is #AACE79. Grayscale: #454545. Windows color (decimal): -11193978 or 8794453. OLE color: 8794453.

HSL color Cylindrical-coordinate representation of color #553186: hue angle of 265.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #553186 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 49 134 -
CMYK 0.37 0.63 0 0.47
HSL 265.41º 0.46% 0.36% -
HSV(B) 265.41º 0.63% 0.53% -
XYZ 9.15 5.85 23.2 -
YUV 69.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 85 49 134 0.37 0.63 0 0.47 265.41 0.46 0.36
Hex 55 31 86 25 3F 0 2F 109 2E 24
Octal 125 61 206 45 77 0 57 411 56 44
Binary 1010101 110001 10000110 100101 111111 0 101111 100001001 101110 100100

Color Harmonies of #553186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553186

Black with #553186

Text Example


Text Example

White with #553186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553186; }

 p { color: rgb(85,49,134); }

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

background-color css

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

 a { background-color: rgb(85,49,134); }

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

border-color css

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

 span { border-color: rgb(85,49,134); }

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