Html Css Color HEX #552096 Kingfisher Daisy

📋 copy color: '#552096'

red 85 ◦ green 32 ◦ blue 150

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

Shades of Kingfisher Daisy #552096

Tints of Kingfisher Daisy #552096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 31.84%
G = 11.99%
B = 56.18%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#552096 (or 0x552096) is known color: Kingfisher Daisy. HEX triplet: 55, 20 and 96. RGB value is (85,32,150). Sum of RGB (Red+Green+Blue) = 85+32+150=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #552096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552096 is #AADF69. Grayscale: #3C3C3C. Windows color (decimal): -11198314 or 9838677. OLE color: 9838677.

HSL color Cylindrical-coordinate representation of color #552096: hue angle of 266.95º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552096 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 32 150 -
CMYK 0.43 0.79 0 0.41
HSL 266.95º 0.65% 0.36% -
HSV(B) 266.95º 0.79% 0.59% -
XYZ 9.77 5.17 29.34 -
YUV 61.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 85 32 150 0.43 0.79 0 0.41 266.95 0.65 0.36
Hex 55 20 96 2B 4F 0 29 10B 41 24
Octal 125 40 226 53 117 0 51 413 101 44
Binary 1010101 100000 10010110 101011 1001111 0 101001 100001011 1000001 100100

Color Harmonies of #552096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552096

Black with #552096

Text Example


Text Example

White with #552096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552096; }

 p { color: rgb(85,32,150); }

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

background-color css

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

 a { background-color: rgb(85,32,150); }

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

border-color css

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

 span { border-color: rgb(85,32,150); }

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