Html Css Color HEX #552394 Kingfisher Daisy

📋 copy color: '#552394'

red 85 ◦ green 35 ◦ blue 148

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

Shades of Kingfisher Daisy #552394

Tints of Kingfisher Daisy #552394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

 BLUE value IS 148 (58.2% from 255) = 55.22%

R = 31.72%
G = 13.06%
B = 55.22%

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

#552394 (or 0x552394) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 94. RGB value is (85,35,148). Sum of RGB (Red+Green+Blue) = 85+35+148=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #552394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552394 is #AADC6B. Grayscale: #3E3E3E. Windows color (decimal): -11197548 or 9708373. OLE color: 9708373.

HSL color Cylindrical-coordinate representation of color #552394: hue angle of 266.55º degrees, saturation: 0.62, 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 #552394 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 35 148 -
CMYK 0.43 0.76 0 0.42
HSL 266.55º 0.62% 0.36% -
HSV(B) 266.55º 0.76% 0.58% -
XYZ 9.69 5.27 28.52 -
YUV 62.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 85 35 148 0.43 0.76 0 0.42 266.55 0.62 0.36
Hex 55 23 94 2B 4C 0 2A 10B 3E 24
Octal 125 43 224 53 114 0 52 413 76 44
Binary 1010101 100011 10010100 101011 1001100 0 101010 100001011 111110 100100

Color Harmonies of #552394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552394

Black with #552394

Text Example


Text Example

White with #552394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552394; }

 p { color: rgb(85,35,148); }

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

background-color css

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

 a { background-color: rgb(85,35,148); }

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

border-color css

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

 span { border-color: rgb(85,35,148); }

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