Html Css Color HEX #552085 Kingfisher Daisy

📋 copy color: '#552085'

red 85 ◦ green 32 ◦ blue 133

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

Shades of Kingfisher Daisy #552085

Tints of Kingfisher Daisy #552085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 34%
G = 12.8%
B = 53.2%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#552085 (or 0x552085) is known color: Kingfisher Daisy. HEX triplet: 55, 20 and 85. RGB value is (85,32,133). Sum of RGB (Red+Green+Blue) = 85+32+133=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #552085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552085 is #AADF7A. Grayscale: #3B3B3B. Windows color (decimal): -11198331 or 8724565. OLE color: 8724565.

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

Color convert

RGB 85 32 133 -
CMYK 0.36 0.76 0 0.48
HSL 271.49º 0.61% 0.32% -
HSV(B) 271.49º 0.76% 0.52% -
XYZ 8.5 4.66 22.64 -
YUV 59.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 85 32 133 0.36 0.76 0 0.48 271.49 0.61 0.32
Hex 55 20 85 24 4C 0 30 10F 3D 20
Octal 125 40 205 44 114 0 60 417 75 40
Binary 1010101 100000 10000101 100100 1001100 0 110000 100001111 111101 100000

Color Harmonies of #552085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552085

Black with #552085

Text Example


Text Example

White with #552085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552085; }

 p { color: rgb(85,32,133); }

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

background-color css

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

 a { background-color: rgb(85,32,133); }

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

border-color css

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

 span { border-color: rgb(85,32,133); }

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