Html Css Color HEX #553BA4 Daisy Bush

📋 copy color: '#553BA4'

red 85 ◦ green 59 ◦ blue 164

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

Shades of Daisy Bush #553BA4

Tints of Daisy Bush #553BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 27.6%
G = 19.16%
B = 53.25%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#553BA4 (or 0x553BA4) is known color: Daisy Bush. HEX triplet: 55, 3B and A4. RGB value is (85,59,164). Sum of RGB (Red+Green+Blue) = 85+59+164=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #553BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553BA4 is #AAC45B. Grayscale: #4E4E4E. Windows color (decimal): -11191388 or 10763093. OLE color: 10763093.

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

Color convert

RGB 85 59 164 -
CMYK 0.48 0.64 0 0.36
HSL 254.86º 0.47% 0.44% -
HSV(B) 254.86º 0.64% 0.64% -
XYZ 12.01 7.74 35.98 -
YUV 78.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 85 59 164 0.48 0.64 0 0.36 254.86 0.47 0.44
Hex 55 3B A4 30 40 0 24 FF 2F 2C
Octal 125 73 244 60 100 0 44 377 57 54
Binary 1010101 111011 10100100 110000 1000000 0 100100 11111111 101111 101100

Color Harmonies of #553BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BA4

Black with #553BA4

Text Example


Text Example

White with #553BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553BA4; }

 p { color: rgb(85,59,164); }

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

background-color css

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

 a { background-color: rgb(85,59,164); }

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

border-color css

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

 span { border-color: rgb(85,59,164); }

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