Html Css Color HEX #553386 Kingfisher Daisy

📋 copy color: '#553386'

red 85 ◦ green 51 ◦ blue 134

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

Shades of Kingfisher Daisy #553386

Tints of Kingfisher Daisy #553386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 31.48%
G = 18.89%
B = 49.63%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#553386 (or 0x553386) is known color: Kingfisher Daisy. HEX triplet: 55, 33 and 86. RGB value is (85,51,134). Sum of RGB (Red+Green+Blue) = 85+51+134=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #553386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553386 is #AACC79. Grayscale: #464646. Windows color (decimal): -11193466 or 8794965. OLE color: 8794965.

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

Color convert

RGB 85 51 134 -
CMYK 0.37 0.62 0 0.47
HSL 264.58º 0.45% 0.36% -
HSV(B) 264.58º 0.62% 0.53% -
XYZ 9.23 6.02 23.23 -
YUV 70.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 85 51 134 0.37 0.62 0 0.47 264.58 0.45 0.36
Hex 55 33 86 25 3E 0 2F 109 2D 24
Octal 125 63 206 45 76 0 57 411 55 44
Binary 1010101 110011 10000110 100101 111110 0 101111 100001001 101101 100100

Color Harmonies of #553386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553386

Black with #553386

Text Example


Text Example

White with #553386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553386; }

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

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

background-color css

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

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

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

border-color css

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

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

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