Html Css Color HEX #53266C Blue Diamond

📋 copy color: '#53266C'

red 83 ◦ green 38 ◦ blue 108

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

Shades of Blue Diamond #53266C

Tints of Blue Diamond #53266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 36.24%
G = 16.59%
B = 47.16%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53266C (or 0x53266C) is known color: Blue Diamond. HEX triplet: 53, 26 and 6C. RGB value is (83,38,108). Sum of RGB (Red+Green+Blue) = 83+38+108=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #53266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53266C is #ACD993. Grayscale: #3B3B3B. Windows color (decimal): -11327892 or 7087699. OLE color: 7087699.

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

Color convert

RGB 83 38 108 -
CMYK 0.23 0.65 0 0.58
HSL 278.57º 0.48% 0.29% -
HSV(B) 278.57º 0.65% 0.42% -
XYZ 6.97 4.31 14.65 -
YUV 59.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 83 38 108 0.23 0.65 0 0.58 278.57 0.48 0.29
Hex 53 26 6C 17 41 0 3A 117 30 1D
Octal 123 46 154 27 101 0 72 427 60 35
Binary 1010011 100110 1101100 10111 1000001 0 111010 100010111 110000 11101

Color Harmonies of #53266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53266C

Black with #53266C

Text Example


Text Example

White with #53266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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