Html Css Color HEX #553086 Kingfisher Daisy

📋 copy color: '#553086'

red 85 ◦ green 48 ◦ blue 134

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

Shades of Kingfisher Daisy #553086

Tints of Kingfisher Daisy #553086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.19%

R = 31.84%
G = 17.98%
B = 50.19%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#553086 (or 0x553086) is known color: Kingfisher Daisy. HEX triplet: 55, 30 and 86. RGB value is (85,48,134). Sum of RGB (Red+Green+Blue) = 85+48+134=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #553086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553086 is #AACF79. Grayscale: #444444. Windows color (decimal): -11194234 or 8794197. OLE color: 8794197.

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

Color convert

RGB 85 48 134 -
CMYK 0.37 0.64 0 0.47
HSL 265.81º 0.47% 0.36% -
HSV(B) 265.81º 0.64% 0.53% -
XYZ 9.11 5.77 23.19 -
YUV 68.87 164.76 139.51 -
System Red Green Blue C M Y K H S L
Decimal 85 48 134 0.37 0.64 0 0.47 265.81 0.47 0.36
Hex 55 30 86 25 40 0 2F 10A 2F 24
Octal 125 60 206 45 100 0 57 412 57 44
Binary 1010101 110000 10000110 100101 1000000 0 101111 100001010 101111 100100

Color Harmonies of #553086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553086

Black with #553086

Text Example


Text Example

White with #553086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553086; }

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

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

background-color css

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

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

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

border-color css

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

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

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