Html Css Color HEX #53306F Blue Diamond

📋 copy color: '#53306F'

red 83 ◦ green 48 ◦ blue 111

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

Shades of Blue Diamond #53306F

Tints of Blue Diamond #53306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 111 (43.75% from 255) = 45.87%

R = 34.3%
G = 19.83%
B = 45.87%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53306F (or 0x53306F) is known color: Blue Diamond. HEX triplet: 53, 30 and 6F. RGB value is (83,48,111). Sum of RGB (Red+Green+Blue) = 83+48+111=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #53306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53306F is #ACCF90. Grayscale: #414141. Windows color (decimal): -11325329 or 7286867. OLE color: 7286867.

HSL color Cylindrical-coordinate representation of color #53306F: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53306F is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 48 111 -
CMYK 0.25 0.57 0 0.56
HSL 273.33º 0.4% 0.31% -
HSV(B) 273.33º 0.57% 0.44% -
XYZ 7.49 5.1 15.63 -
YUV 65.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 83 48 111 0.25 0.57 0 0.56 273.33 0.4 0.31
Hex 53 30 6F 19 39 0 38 111 28 1F
Octal 123 60 157 31 71 0 70 421 50 37
Binary 1010011 110000 1101111 11001 111001 0 111000 100010001 101000 11111

Color Harmonies of #53306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53306F

Black with #53306F

Text Example


Text Example

White with #53306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53306F; }

 p { color: rgb(83,48,111); }

 H1.HeaderClassName
 {
   color: #53306F;
 }
 .AnyTagClassName
 {
   color: #53306F;
 }
</style>

background-color css

<style>
 a { background-color: #53306F; }

 a { background-color: rgb(83,48,111); }

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

border-color css

<style>
 span { border-color: #53306F; }

 span { border-color: rgb(83,48,111); }

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