Html Css Color HEX #553485 Kingfisher Daisy

📋 copy color: '#553485'

red 85 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #553485

Tints of Kingfisher Daisy #553485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

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

R = 31.48%
G = 19.26%
B = 49.26%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#553485 (or 0x553485) is known color: Kingfisher Daisy. HEX triplet: 55, 34 and 85. RGB value is (85,52,133). Sum of RGB (Red+Green+Blue) = 85+52+133=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #553485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553485 is #AACB7A. Grayscale: #464646. Windows color (decimal): -11193211 or 8729685. OLE color: 8729685.

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

Color convert

RGB 85 52 133 -
CMYK 0.36 0.61 0 0.48
HSL 264.44º 0.44% 0.36% -
HSV(B) 264.44º 0.61% 0.52% -
XYZ 9.21 6.08 22.88 -
YUV 71.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 85 52 133 0.36 0.61 0 0.48 264.44 0.44 0.36
Hex 55 34 85 24 3D 0 30 108 2C 24
Octal 125 64 205 44 75 0 60 410 54 44
Binary 1010101 110100 10000101 100100 111101 0 110000 100001000 101100 100100

Color Harmonies of #553485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553485

Black with #553485

Text Example


Text Example

White with #553485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553485; }

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

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

background-color css

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

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

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

border-color css

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

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

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