Html Css Color HEX #552382 Kingfisher Daisy

📋 copy color: '#552382'

red 85 ◦ green 35 ◦ blue 130

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

Shades of Kingfisher Daisy #552382

Tints of Kingfisher Daisy #552382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52%

R = 34%
G = 14%
B = 52%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#552382 (or 0x552382) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 82. RGB value is (85,35,130). Sum of RGB (Red+Green+Blue) = 85+35+130=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #552382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552382 is #AADC7D. Grayscale: #3C3C3C. Windows color (decimal): -11197566 or 8528725. OLE color: 8528725.

HSL color Cylindrical-coordinate representation of color #552382: hue angle of 271.58º degrees, saturation: 0.58, 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 #552382 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 35 130 -
CMYK 0.35 0.73 0 0.49
HSL 271.58º 0.58% 0.32% -
HSV(B) 271.58º 0.73% 0.51% -
XYZ 8.38 4.75 21.59 -
YUV 60.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 85 35 130 0.35 0.73 0 0.49 271.58 0.58 0.32
Hex 55 23 82 23 49 0 31 110 3A 20
Octal 125 43 202 43 111 0 61 420 72 40
Binary 1010101 100011 10000010 100011 1001001 0 110001 100010000 111010 100000

Color Harmonies of #552382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552382

Black with #552382

Text Example


Text Example

White with #552382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552382; }

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

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

background-color css

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

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

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

border-color css

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

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

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