Html Css Color HEX #5338AB Daisy Bush

📋 copy color: '#5338AB'

red 83 ◦ green 56 ◦ blue 171

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

Shades of Daisy Bush #5338AB

Tints of Daisy Bush #5338AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

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

R = 26.77%
G = 18.06%
B = 55.16%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5338AB (or 0x5338AB) is known color: Daisy Bush. HEX triplet: 53, 38 and AB. RGB value is (83,56,171). Sum of RGB (Red+Green+Blue) = 83+56+171=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #5338AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5338AB is #ACC754. Grayscale: #4C4C4C. Windows color (decimal): -11323221 or 11221075. OLE color: 11221075.

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

Color convert

RGB 83 56 171 -
CMYK 0.51 0.67 0 0.33
HSL 254.09º 0.51% 0.45% -
HSV(B) 254.09º 0.67% 0.67% -
XYZ 12.33 7.61 39.35 -
YUV 77.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 83 56 171 0.51 0.67 0 0.33 254.09 0.51 0.45
Hex 53 38 AB 33 43 0 21 FE 33 2D
Octal 123 70 253 63 103 0 41 376 63 55
Binary 1010011 111000 10101011 110011 1000011 0 100001 11111110 110011 101101

Color Harmonies of #5338AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338AB

Black with #5338AB

Text Example


Text Example

White with #5338AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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