Html Css Color HEX #553089 Kingfisher Daisy

📋 copy color: '#553089'

red 85 ◦ green 48 ◦ blue 137

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

Shades of Kingfisher Daisy #553089

Tints of Kingfisher Daisy #553089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

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

R = 31.48%
G = 17.78%
B = 50.74%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#553089 (or 0x553089) is known color: Kingfisher Daisy. HEX triplet: 55, 30 and 89. RGB value is (85,48,137). Sum of RGB (Red+Green+Blue) = 85+48+137=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #553089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553089 is #AACF76. Grayscale: #444444. Windows color (decimal): -11194231 or 8990805. OLE color: 8990805.

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

Color convert

RGB 85 48 137 -
CMYK 0.38 0.65 0 0.46
HSL 264.94º 0.48% 0.36% -
HSV(B) 264.94º 0.65% 0.54% -
XYZ 9.32 5.85 24.31 -
YUV 69.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 85 48 137 0.38 0.65 0 0.46 264.94 0.48 0.36
Hex 55 30 89 26 41 0 2E 109 30 24
Octal 125 60 211 46 101 0 56 411 60 44
Binary 1010101 110000 10001001 100110 1000001 0 101110 100001001 110000 100100

Color Harmonies of #553089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553089

Black with #553089

Text Example


Text Example

White with #553089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553089; }

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

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

background-color css

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

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

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

border-color css

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

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

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