Html Css Color HEX #553289 Kingfisher Daisy

📋 copy color: '#553289'

red 85 ◦ green 50 ◦ blue 137

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

Shades of Kingfisher Daisy #553289

Tints of Kingfisher Daisy #553289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 137 (53.91% from 255) = 50.37%

R = 31.25%
G = 18.38%
B = 50.37%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#553289 (or 0x553289) is known color: Kingfisher Daisy. HEX triplet: 55, 32 and 89. RGB value is (85,50,137). Sum of RGB (Red+Green+Blue) = 85+50+137=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #553289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553289 is #AACD76. Grayscale: #464646. Windows color (decimal): -11193719 or 8991317. OLE color: 8991317.

HSL color Cylindrical-coordinate representation of color #553289: hue angle of 264.14º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #553289 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 50 137 -
CMYK 0.38 0.64 0 0.46
HSL 264.14º 0.47% 0.37% -
HSV(B) 264.14º 0.64% 0.54% -
XYZ 9.4 6.02 24.33 -
YUV 70.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 85 50 137 0.38 0.64 0 0.46 264.14 0.47 0.37
Hex 55 32 89 26 40 0 2E 108 2F 25
Octal 125 62 211 46 100 0 56 410 57 45
Binary 1010101 110010 10001001 100110 1000000 0 101110 100001000 101111 100101

Color Harmonies of #553289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553289

Black with #553289

Text Example


Text Example

White with #553289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553289; }

 p { color: rgb(85,50,137); }

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

background-color css

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

 a { background-color: rgb(85,50,137); }

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

border-color css

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

 span { border-color: rgb(85,50,137); }

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