Html Css Color HEX #553BAC Daisy Bush

📋 copy color: '#553BAC'

red 85 ◦ green 59 ◦ blue 172

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

Shades of Daisy Bush #553BAC

Tints of Daisy Bush #553BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.43%

R = 26.9%
G = 18.67%
B = 54.43%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#553BAC (or 0x553BAC) is known color: Daisy Bush. HEX triplet: 55, 3B and AC. RGB value is (85,59,172). Sum of RGB (Red+Green+Blue) = 85+59+172=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #553BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553BAC is #AAC453. Grayscale: #4F4F4F. Windows color (decimal): -11191380 or 11287381. OLE color: 11287381.

HSL color Cylindrical-coordinate representation of color #553BAC: hue angle of 253.81º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553BAC is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 59 172 -
CMYK 0.51 0.66 0 0.33
HSL 253.81º 0.49% 0.45% -
HSV(B) 253.81º 0.66% 0.67% -
XYZ 12.76 8.04 39.91 -
YUV 79.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 85 59 172 0.51 0.66 0 0.33 253.81 0.49 0.45
Hex 55 3B AC 33 42 0 21 FE 31 2D
Octal 125 73 254 63 102 0 41 376 61 55
Binary 1010101 111011 10101100 110011 1000010 0 100001 11111110 110001 101101

Color Harmonies of #553BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BAC

Black with #553BAC

Text Example


Text Example

White with #553BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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