Html Css Color HEX #53257A Blue Diamond

📋 copy color: '#53257A'

red 83 ◦ green 37 ◦ blue 122

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

Shades of Blue Diamond #53257A

Tints of Blue Diamond #53257A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

 BLUE value IS 122 (48.05% from 255) = 50.41%

R = 34.3%
G = 15.29%
B = 50.41%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53257A (or 0x53257A) is known color: Blue Diamond. HEX triplet: 53, 25 and 7A. RGB value is (83,37,122). Sum of RGB (Red+Green+Blue) = 83+37+122=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #53257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53257A is #ACDA85. Grayscale: #3C3C3C. Windows color (decimal): -11328134 or 8004947. OLE color: 8004947.

HSL color Cylindrical-coordinate representation of color #53257A: hue angle of 272.47º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53257A is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 37 122 -
CMYK 0.32 0.70 0 0.52
HSL 272.47º 0.53% 0.31% -
HSV(B) 272.47º 0.7% 0.48% -
XYZ 7.74 4.57 18.89 -
YUV 60.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 83 37 122 0.32 0.70 0 0.52 272.47 0.53 0.31
Hex 53 25 7A 20 46 0 34 110 35 1F
Octal 123 45 172 40 106 0 64 420 65 37
Binary 1010011 100101 1111010 100000 1000110 0 110100 100010000 110101 11111

Color Harmonies of #53257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53257A

Black with #53257A

Text Example


Text Example

White with #53257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53257A; }

 p { color: rgb(83,37,122); }

 H1.HeaderClassName
 {
   color: #53257A;
 }
 .AnyTagClassName
 {
   color: #53257A;
 }
</style>

background-color css

<style>
 a { background-color: #53257A; }

 a { background-color: rgb(83,37,122); }

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

border-color css

<style>
 span { border-color: #53257A; }

 span { border-color: rgb(83,37,122); }

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