Html Css Color HEX #53266D Blue Diamond

📋 copy color: '#53266D'

red 83 ◦ green 38 ◦ blue 109

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

Shades of Blue Diamond #53266D

Tints of Blue Diamond #53266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

 BLUE value IS 109 (42.97% from 255) = 47.39%

R = 36.09%
G = 16.52%
B = 47.39%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53266D (or 0x53266D) is known color: Blue Diamond. HEX triplet: 53, 26 and 6D. RGB value is (83,38,109). Sum of RGB (Red+Green+Blue) = 83+38+109=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #53266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53266D is #ACD992. Grayscale: #3B3B3B. Windows color (decimal): -11327891 or 7153235. OLE color: 7153235.

HSL color Cylindrical-coordinate representation of color #53266D: hue angle of 278.03º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53266D is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 38 109 -
CMYK 0.24 0.65 0 0.57
HSL 278.03º 0.48% 0.29% -
HSV(B) 278.03º 0.65% 0.43% -
XYZ 7.02 4.33 14.93 -
YUV 59.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 83 38 109 0.24 0.65 0 0.57 278.03 0.48 0.29
Hex 53 26 6D 18 41 0 39 116 30 1D
Octal 123 46 155 30 101 0 71 426 60 35
Binary 1010011 100110 1101101 11000 1000001 0 111001 100010110 110000 11101

Color Harmonies of #53266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53266D

Black with #53266D

Text Example


Text Example

White with #53266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53266D; }

 p { color: rgb(83,38,109); }

 H1.HeaderClassName
 {
   color: #53266D;
 }
 .AnyTagClassName
 {
   color: #53266D;
 }
</style>

background-color css

<style>
 a { background-color: #53266D; }

 a { background-color: rgb(83,38,109); }

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

border-color css

<style>
 span { border-color: #53266D; }

 span { border-color: rgb(83,38,109); }

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