Html Css Color HEX #5335AB Daisy Bush

📋 copy color: '#5335AB'

red 83 ◦ green 53 ◦ blue 171

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

Shades of Daisy Bush #5335AB

Tints of Daisy Bush #5335AB

RGB

 RED value IS 83 (32.81% from 255) = 27.04%

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 27.04%
G = 17.26%
B = 55.7%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5335AB (or 0x5335AB) is known color: Daisy Bush. HEX triplet: 53, 35 and AB. RGB value is (83,53,171). Sum of RGB (Red+Green+Blue) = 83+53+171=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #5335AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5335AB is #ACCA54. Grayscale: #4A4A4A. Windows color (decimal): -11323989 or 11220307. OLE color: 11220307.

HSL color Cylindrical-coordinate representation of color #5335AB: hue angle of 255.25º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5335AB is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 53 171 -
CMYK 0.51 0.69 0 0.33
HSL 255.25º 0.53% 0.44% -
HSV(B) 255.25º 0.69% 0.67% -
XYZ 12.19 7.33 39.3 -
YUV 75.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 83 53 171 0.51 0.69 0 0.33 255.25 0.53 0.44
Hex 53 35 AB 33 45 0 21 FF 35 2C
Octal 123 65 253 63 105 0 41 377 65 54
Binary 1010011 110101 10101011 110011 1000101 0 100001 11111111 110101 101100

Color Harmonies of #5335AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5335AB

Black with #5335AB

Text Example


Text Example

White with #5335AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5335AB; }

 p { color: rgb(83,53,171); }

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

background-color css

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

 a { background-color: rgb(83,53,171); }

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

border-color css

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

 span { border-color: rgb(83,53,171); }

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