Html Css Color HEX #53257B Blue Diamond

📋 copy color: '#53257B'

red 83 ◦ green 37 ◦ blue 123

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

Shades of Blue Diamond #53257B

Tints of Blue Diamond #53257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.62%

R = 34.16%
G = 15.23%
B = 50.62%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53257B (or 0x53257B) is known color: Blue Diamond. HEX triplet: 53, 25 and 7B. RGB value is (83,37,123). Sum of RGB (Red+Green+Blue) = 83+37+123=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #53257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53257B is #ACDA84. Grayscale: #3C3C3C. Windows color (decimal): -11328133 or 8070483. OLE color: 8070483.

HSL color Cylindrical-coordinate representation of color #53257B: hue angle of 272.09º degrees, saturation: 0.54, 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 #53257B is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 37 123 -
CMYK 0.33 0.70 0 0.52
HSL 272.09º 0.54% 0.31% -
HSV(B) 272.09º 0.7% 0.48% -
XYZ 7.8 4.59 19.21 -
YUV 60.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 83 37 123 0.33 0.70 0 0.52 272.09 0.54 0.31
Hex 53 25 7B 21 46 0 34 110 36 1F
Octal 123 45 173 41 106 0 64 420 66 37
Binary 1010011 100101 1111011 100001 1000110 0 110100 100010000 110110 11111

Color Harmonies of #53257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53257B

Black with #53257B

Text Example


Text Example

White with #53257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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