Html Css Color HEX #53296C Blue Diamond

📋 copy color: '#53296C'

red 83 ◦ green 41 ◦ blue 108

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

Shades of Blue Diamond #53296C

Tints of Blue Diamond #53296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

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

R = 35.78%
G = 17.67%
B = 46.55%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53296C (or 0x53296C) is known color: Blue Diamond. HEX triplet: 53, 29 and 6C. RGB value is (83,41,108). Sum of RGB (Red+Green+Blue) = 83+41+108=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #53296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53296C is #ACD693. Grayscale: #3C3C3C. Windows color (decimal): -11327124 or 7088467. OLE color: 7088467.

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

Color convert

RGB 83 41 108 -
CMYK 0.23 0.62 0 0.58
HSL 277.61º 0.45% 0.29% -
HSV(B) 277.61º 0.62% 0.42% -
XYZ 7.07 4.51 14.68 -
YUV 61.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 83 41 108 0.23 0.62 0 0.58 277.61 0.45 0.29
Hex 53 29 6C 17 3E 0 3A 116 2D 1D
Octal 123 51 154 27 76 0 72 426 55 35
Binary 1010011 101001 1101100 10111 111110 0 111010 100010110 101101 11101

Color Harmonies of #53296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53296C

Black with #53296C

Text Example


Text Example

White with #53296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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