Html Css Color HEX #552097 Kingfisher Daisy

📋 copy color: '#552097'

red 85 ◦ green 32 ◦ blue 151

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

Shades of Kingfisher Daisy #552097

Tints of Kingfisher Daisy #552097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.34%

R = 31.72%
G = 11.94%
B = 56.34%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#552097 (or 0x552097) is known color: Kingfisher Daisy. HEX triplet: 55, 20 and 97. RGB value is (85,32,151). Sum of RGB (Red+Green+Blue) = 85+32+151=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #552097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552097 is #AADF68. Grayscale: #3C3C3C. Windows color (decimal): -11198313 or 9904213. OLE color: 9904213.

HSL color Cylindrical-coordinate representation of color #552097: hue angle of 266.72º 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 #552097 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 32 151 -
CMYK 0.44 0.79 0 0.41
HSL 266.72º 0.65% 0.36% -
HSV(B) 266.72º 0.79% 0.59% -
XYZ 9.85 5.2 29.76 -
YUV 61.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 85 32 151 0.44 0.79 0 0.41 266.72 0.65 0.36
Hex 55 20 97 2C 4F 0 29 10B 41 24
Octal 125 40 227 54 117 0 51 413 101 44
Binary 1010101 100000 10010111 101100 1001111 0 101001 100001011 1000001 100100

Color Harmonies of #552097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552097

Black with #552097

Text Example


Text Example

White with #552097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552097; }

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

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

background-color css

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

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

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

border-color css

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

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

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