Html Css Color HEX #552485 Kingfisher Daisy

📋 copy color: '#552485'

red 85 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #552485

Tints of Kingfisher Daisy #552485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 33.46%
G = 14.17%
B = 52.36%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#552485 (or 0x552485) is known color: Kingfisher Daisy. HEX triplet: 55, 24 and 85. RGB value is (85,36,133). Sum of RGB (Red+Green+Blue) = 85+36+133=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #552485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552485 is #AADB7A. Grayscale: #3D3D3D. Windows color (decimal): -11197307 or 8725589. OLE color: 8725589.

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

Color convert

RGB 85 36 133 -
CMYK 0.36 0.73 0 0.48
HSL 270.31º 0.57% 0.33% -
HSV(B) 270.31º 0.73% 0.52% -
XYZ 8.61 4.89 22.68 -
YUV 61.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 85 36 133 0.36 0.73 0 0.48 270.31 0.57 0.33
Hex 55 24 85 24 49 0 30 10E 39 21
Octal 125 44 205 44 111 0 60 416 71 41
Binary 1010101 100100 10000101 100100 1001001 0 110000 100001110 111001 100001

Color Harmonies of #552485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552485

Black with #552485

Text Example


Text Example

White with #552485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552485; }

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

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

background-color css

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

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

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

border-color css

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

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

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