Html Css Color HEX #552D85 Kingfisher Daisy

📋 copy color: '#552D85'

red 85 ◦ green 45 ◦ blue 133

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

Shades of Kingfisher Daisy #552D85

Tints of Kingfisher Daisy #552D85

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.11%

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

R = 32.32%
G = 17.11%
B = 50.57%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#552D85 (or 0x552D85) is known color: Kingfisher Daisy. HEX triplet: 55, 2D and 85. RGB value is (85,45,133). Sum of RGB (Red+Green+Blue) = 85+45+133=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #552D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552D85 is #AAD27A. Grayscale: #424242. Windows color (decimal): -11195003 or 8727893. OLE color: 8727893.

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

Color convert

RGB 85 45 133 -
CMYK 0.36 0.66 0 0.48
HSL 267.27º 0.49% 0.35% -
HSV(B) 267.27º 0.66% 0.52% -
XYZ 8.92 5.5 22.78 -
YUV 66.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 85 45 133 0.36 0.66 0 0.48 267.27 0.49 0.35
Hex 55 2D 85 24 42 0 30 10B 31 23
Octal 125 55 205 44 102 0 60 413 61 43
Binary 1010101 101101 10000101 100100 1000010 0 110000 100001011 110001 100011

Color Harmonies of #552D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D85

Black with #552D85

Text Example


Text Example

White with #552D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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