Html Css Color HEX #553288 Kingfisher Daisy

📋 copy color: '#553288'

red 85 ◦ green 50 ◦ blue 136

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

Shades of Kingfisher Daisy #553288

Tints of Kingfisher Daisy #553288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 31.37%
G = 18.45%
B = 50.18%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#553288 (or 0x553288) is known color: Kingfisher Daisy. HEX triplet: 55, 32 and 88. RGB value is (85,50,136). Sum of RGB (Red+Green+Blue) = 85+50+136=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #553288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553288 is #AACD77. Grayscale: #454545. Windows color (decimal): -11193720 or 8925781. OLE color: 8925781.

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

Color convert

RGB 85 50 136 -
CMYK 0.38 0.63 0 0.47
HSL 264.42º 0.46% 0.36% -
HSV(B) 264.42º 0.63% 0.53% -
XYZ 9.33 5.99 23.96 -
YUV 70.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 85 50 136 0.38 0.63 0 0.47 264.42 0.46 0.36
Hex 55 32 88 26 3F 0 2F 108 2E 24
Octal 125 62 210 46 77 0 57 410 56 44
Binary 1010101 110010 10001000 100110 111111 0 101111 100001000 101110 100100

Color Harmonies of #553288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553288

Black with #553288

Text Example


Text Example

White with #553288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553288; }

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

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

background-color css

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

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

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

border-color css

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

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

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