Html Css Color HEX #53368B Daisy Bush

📋 copy color: '#53368B'

red 83 ◦ green 54 ◦ blue 139

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

Shades of Daisy Bush #53368B

Tints of Daisy Bush #53368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 30.07%
G = 19.57%
B = 50.36%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53368B (or 0x53368B) is known color: Daisy Bush. HEX triplet: 53, 36 and 8B. RGB value is (83,54,139). Sum of RGB (Red+Green+Blue) = 83+54+139=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #53368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53368B is #ACC974. Grayscale: #484848. Windows color (decimal): -11323765 or 9123411. OLE color: 9123411.

HSL color Cylindrical-coordinate representation of color #53368B: hue angle of 260.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53368B is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 54 139 -
CMYK 0.40 0.61 0 0.45
HSL 260.47º 0.44% 0.38% -
HSV(B) 260.47º 0.61% 0.55% -
XYZ 9.55 6.34 25.15 -
YUV 72.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 83 54 139 0.40 0.61 0 0.45 260.47 0.44 0.38
Hex 53 36 8B 28 3D 0 2D 104 2C 26
Octal 123 66 213 50 75 0 55 404 54 46
Binary 1010011 110110 10001011 101000 111101 0 101101 100000100 101100 100110

Color Harmonies of #53368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53368B

Black with #53368B

Text Example


Text Example

White with #53368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53368B; }

 p { color: rgb(83,54,139); }

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

background-color css

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

 a { background-color: rgb(83,54,139); }

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

border-color css

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

 span { border-color: rgb(83,54,139); }

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