Html Css Color HEX #552385 Kingfisher Daisy

📋 copy color: '#552385'

red 85 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #552385

Tints of Kingfisher Daisy #552385

RGB

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

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

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

R = 33.6%
G = 13.83%
B = 52.57%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#552385 (or 0x552385) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 85. RGB value is (85,35,133). Sum of RGB (Red+Green+Blue) = 85+35+133=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #552385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552385 is #AADC7A. Grayscale: #3C3C3C. Windows color (decimal): -11197563 or 8725333. OLE color: 8725333.

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

Color convert

RGB 85 35 133 -
CMYK 0.36 0.74 0 0.48
HSL 270.61º 0.58% 0.33% -
HSV(B) 270.61º 0.74% 0.52% -
XYZ 8.58 4.83 22.67 -
YUV 61.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 85 35 133 0.36 0.74 0 0.48 270.61 0.58 0.33
Hex 55 23 85 24 4A 0 30 10F 3A 21
Octal 125 43 205 44 112 0 60 417 72 41
Binary 1010101 100011 10000101 100100 1001010 0 110000 100001111 111010 100001

Color Harmonies of #552385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552385

Black with #552385

Text Example


Text Example

White with #552385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552385; }

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

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

background-color css

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

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

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

border-color css

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

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

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