Html Css Color HEX #552381 Kingfisher Daisy

📋 copy color: '#552381'

red 85 ◦ green 35 ◦ blue 129

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

Shades of Kingfisher Daisy #552381

Tints of Kingfisher Daisy #552381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.81%

R = 34.14%
G = 14.06%
B = 51.81%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#552381 (or 0x552381) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 81. RGB value is (85,35,129). Sum of RGB (Red+Green+Blue) = 85+35+129=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #552381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552381 is #AADC7E. Grayscale: #3C3C3C. Windows color (decimal): -11197567 or 8463189. OLE color: 8463189.

HSL color Cylindrical-coordinate representation of color #552381: hue angle of 271.91º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552381 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 35 129 -
CMYK 0.34 0.73 0 0.49
HSL 271.91º 0.57% 0.32% -
HSV(B) 271.91º 0.73% 0.51% -
XYZ 8.31 4.72 21.24 -
YUV 60.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 85 35 129 0.34 0.73 0 0.49 271.91 0.57 0.32
Hex 55 23 81 22 49 0 31 110 39 20
Octal 125 43 201 42 111 0 61 420 71 40
Binary 1010101 100011 10000001 100010 1001001 0 110001 100010000 111001 100000

Color Harmonies of #552381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552381

Black with #552381

Text Example


Text Example

White with #552381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552381; }

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

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

background-color css

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

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

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

border-color css

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

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

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