Html Css Color HEX #552495 Kingfisher Daisy

📋 copy color: '#552495'

red 85 ◦ green 36 ◦ blue 149

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

Shades of Kingfisher Daisy #552495

Tints of Kingfisher Daisy #552495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 31.48%
G = 13.33%
B = 55.19%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#552495 (or 0x552495) is known color: Kingfisher Daisy. HEX triplet: 55, 24 and 95. RGB value is (85,36,149). Sum of RGB (Red+Green+Blue) = 85+36+149=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #552495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552495 is #AADB6A. Grayscale: #3F3F3F. Windows color (decimal): -11197291 or 9774165. OLE color: 9774165.

HSL color Cylindrical-coordinate representation of color #552495: hue angle of 266.02º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552495 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 36 149 -
CMYK 0.43 0.76 0 0.42
HSL 266.02º 0.61% 0.36% -
HSV(B) 266.02º 0.76% 0.58% -
XYZ 9.8 5.36 28.95 -
YUV 63.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 85 36 149 0.43 0.76 0 0.42 266.02 0.61 0.36
Hex 55 24 95 2B 4C 0 2A 10A 3D 24
Octal 125 44 225 53 114 0 52 412 75 44
Binary 1010101 100100 10010101 101011 1001100 0 101010 100001010 111101 100100

Color Harmonies of #552495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552495

Black with #552495

Text Example


Text Example

White with #552495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552495; }

 p { color: rgb(85,36,149); }

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

background-color css

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

 a { background-color: rgb(85,36,149); }

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

border-color css

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

 span { border-color: rgb(85,36,149); }

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