Html Css Color HEX #552195 Kingfisher Daisy

📋 copy color: '#552195'

red 85 ◦ green 33 ◦ blue 149

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

Shades of Kingfisher Daisy #552195

Tints of Kingfisher Daisy #552195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

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

R = 31.84%
G = 12.36%
B = 55.81%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#552195 (or 0x552195) is known color: Kingfisher Daisy. HEX triplet: 55, 21 and 95. RGB value is (85,33,149). Sum of RGB (Red+Green+Blue) = 85+33+149=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #552195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552195 is #AADE6A. Grayscale: #3D3D3D. Windows color (decimal): -11198059 or 9773397. OLE color: 9773397.

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

Color convert

RGB 85 33 149 -
CMYK 0.43 0.78 0 0.42
HSL 266.9º 0.64% 0.36% -
HSV(B) 266.9º 0.78% 0.58% -
XYZ 9.71 5.19 28.92 -
YUV 61.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 85 33 149 0.43 0.78 0 0.42 266.9 0.64 0.36
Hex 55 21 95 2B 4E 0 2A 10B 40 24
Octal 125 41 225 53 116 0 52 413 100 44
Binary 1010101 100001 10010101 101011 1001110 0 101010 100001011 1000000 100100

Color Harmonies of #552195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552195

Black with #552195

Text Example


Text Example

White with #552195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552195; }

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

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

background-color css

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

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

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

border-color css

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

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

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