Html Css Color HEX #553181 Kingfisher Daisy

📋 copy color: '#553181'

red 85 ◦ green 49 ◦ blue 129

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

Shades of Kingfisher Daisy #553181

Tints of Kingfisher Daisy #553181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.63%

 BLUE value IS 129 (50.78% from 255) = 49.05%

R = 32.32%
G = 18.63%
B = 49.05%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#553181 (or 0x553181) is known color: Kingfisher Daisy. HEX triplet: 55, 31 and 81. RGB value is (85,49,129). Sum of RGB (Red+Green+Blue) = 85+49+129=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #553181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553181 is #AACE7E. Grayscale: #444444. Windows color (decimal): -11193983 or 8466773. OLE color: 8466773.

HSL color Cylindrical-coordinate representation of color #553181: hue angle of 267º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553181 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 49 129 -
CMYK 0.34 0.62 0 0.49
HSL 267º 0.45% 0.35% -
HSV(B) 267º 0.62% 0.51% -
XYZ 8.81 5.71 21.41 -
YUV 68.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 85 49 129 0.34 0.62 0 0.49 267 0.45 0.35
Hex 55 31 81 22 3E 0 31 10B 2D 23
Octal 125 61 201 42 76 0 61 413 55 43
Binary 1010101 110001 10000001 100010 111110 0 110001 100001011 101101 100011

Color Harmonies of #553181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553181

Black with #553181

Text Example


Text Example

White with #553181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553181; }

 p { color: rgb(85,49,129); }

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

background-color css

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

 a { background-color: rgb(85,49,129); }

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

border-color css

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

 span { border-color: rgb(85,49,129); }

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