Html Css Color HEX #53296E Blue Diamond

📋 copy color: '#53296E'

red 83 ◦ green 41 ◦ blue 110

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

Shades of Blue Diamond #53296E

Tints of Blue Diamond #53296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 35.47%
G = 17.52%
B = 47.01%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53296E (or 0x53296E) is known color: Blue Diamond. HEX triplet: 53, 29 and 6E. RGB value is (83,41,110). Sum of RGB (Red+Green+Blue) = 83+41+110=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #53296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53296E is #ACD691. Grayscale: #3D3D3D. Windows color (decimal): -11327122 or 7219539. OLE color: 7219539.

HSL color Cylindrical-coordinate representation of color #53296E: hue angle of 276.52º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53296E is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 41 110 -
CMYK 0.25 0.63 0 0.57
HSL 276.52º 0.46% 0.3% -
HSV(B) 276.52º 0.63% 0.43% -
XYZ 7.17 4.55 15.25 -
YUV 61.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 83 41 110 0.25 0.63 0 0.57 276.52 0.46 0.3
Hex 53 29 6E 19 3F 0 39 115 2E 1E
Octal 123 51 156 31 77 0 71 425 56 36
Binary 1010011 101001 1101110 11001 111111 0 111001 100010101 101110 11110

Color Harmonies of #53296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53296E

Black with #53296E

Text Example


Text Example

White with #53296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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