Html Css Color HEX #523277 Blue Diamond

📋 copy color: '#523277'

red 82 ◦ green 50 ◦ blue 119

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

Shades of Blue Diamond #523277

Tints of Blue Diamond #523277

RGB

 RED value IS 82 (32.42% from 255) = 32.67%

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 32.67%
G = 19.92%
B = 47.41%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523277 (or 0x523277) is known color: Blue Diamond. HEX triplet: 52, 32 and 77. RGB value is (82,50,119). Sum of RGB (Red+Green+Blue) = 82+50+119=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #523277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523277 is #ADCD88. Grayscale: #434343. Windows color (decimal): -11390345 or 7811666. OLE color: 7811666.

HSL color Cylindrical-coordinate representation of color #523277: hue angle of 267.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #523277 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 50 119 -
CMYK 0.31 0.58 0 0.53
HSL 267.83º 0.41% 0.33% -
HSV(B) 267.83º 0.58% 0.47% -
XYZ 7.95 5.41 18.08 -
YUV 67.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 82 50 119 0.31 0.58 0 0.53 267.83 0.41 0.33
Hex 52 32 77 1F 3A 0 35 10C 29 21
Octal 122 62 167 37 72 0 65 414 51 41
Binary 1010010 110010 1110111 11111 111010 0 110101 100001100 101001 100001

Color Harmonies of #523277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523277

Black with #523277

Text Example


Text Example

White with #523277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523277; }

 p { color: rgb(82,50,119); }

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

background-color css

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

 a { background-color: rgb(82,50,119); }

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

border-color css

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

 span { border-color: rgb(82,50,119); }

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