Html Css Color HEX #552F85 Kingfisher Daisy

📋 copy color: '#552F85'

red 85 ◦ green 47 ◦ blue 133

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

Shades of Kingfisher Daisy #552F85

Tints of Kingfisher Daisy #552F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.74%

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

R = 32.08%
G = 17.74%
B = 50.19%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#552F85 (or 0x552F85) is known color: Kingfisher Daisy. HEX triplet: 55, 2F and 85. RGB value is (85,47,133). Sum of RGB (Red+Green+Blue) = 85+47+133=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #552F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552F85 is #AAD07A. Grayscale: #434343. Windows color (decimal): -11194491 or 8728405. OLE color: 8728405.

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

Color convert

RGB 85 47 133 -
CMYK 0.36 0.65 0 0.48
HSL 266.51º 0.48% 0.35% -
HSV(B) 266.51º 0.65% 0.52% -
XYZ 9 5.66 22.81 -
YUV 68.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 85 47 133 0.36 0.65 0 0.48 266.51 0.48 0.35
Hex 55 2F 85 24 41 0 30 10B 30 23
Octal 125 57 205 44 101 0 60 413 60 43
Binary 1010101 101111 10000101 100100 1000001 0 110000 100001011 110000 100011

Color Harmonies of #552F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F85

Black with #552F85

Text Example


Text Example

White with #552F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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