Html Css Color HEX #553287 Kingfisher Daisy

📋 copy color: '#553287'

red 85 ◦ green 50 ◦ blue 135

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

Shades of Kingfisher Daisy #553287

Tints of Kingfisher Daisy #553287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.52%

 BLUE value IS 135 (53.13% from 255) = 50%

R = 31.48%
G = 18.52%
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

#553287 (or 0x553287) is known color: Kingfisher Daisy. HEX triplet: 55, 32 and 87. RGB value is (85,50,135). Sum of RGB (Red+Green+Blue) = 85+50+135=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #553287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553287 is #AACD78. Grayscale: #454545. Windows color (decimal): -11193721 or 8860245. OLE color: 8860245.

HSL color Cylindrical-coordinate representation of color #553287: hue angle of 264.71º 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 #553287 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 50 135 -
CMYK 0.37 0.63 0 0.47
HSL 264.71º 0.46% 0.36% -
HSV(B) 264.71º 0.63% 0.53% -
XYZ 9.26 5.96 23.58 -
YUV 70.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 85 50 135 0.37 0.63 0 0.47 264.71 0.46 0.36
Hex 55 32 87 25 3F 0 2F 109 2E 24
Octal 125 62 207 45 77 0 57 411 56 44
Binary 1010101 110010 10000111 100101 111111 0 101111 100001001 101110 100100

Color Harmonies of #553287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553287

Black with #553287

Text Example


Text Example

White with #553287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553287; }

 p { color: rgb(85,50,135); }

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

background-color css

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

 a { background-color: rgb(85,50,135); }

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

border-color css

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

 span { border-color: rgb(85,50,135); }

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