Html Css Color HEX #532877 Blue Diamond

📋 copy color: '#532877'

red 83 ◦ green 40 ◦ blue 119

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

Shades of Blue Diamond #532877

Tints of Blue Diamond #532877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.53%

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

R = 34.3%
G = 16.53%
B = 49.17%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#532877 (or 0x532877) is known color: Blue Diamond. HEX triplet: 53, 28 and 77. RGB value is (83,40,119). Sum of RGB (Red+Green+Blue) = 83+40+119=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #532877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532877 is #ACD788. Grayscale: #3D3D3D. Windows color (decimal): -11327369 or 7809107. OLE color: 7809107.

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

Color convert

RGB 83 40 119 -
CMYK 0.30 0.66 0 0.53
HSL 272.66º 0.5% 0.31% -
HSV(B) 272.66º 0.66% 0.47% -
XYZ 7.66 4.69 17.95 -
YUV 61.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 83 40 119 0.30 0.66 0 0.53 272.66 0.5 0.31
Hex 53 28 77 1E 42 0 35 111 32 1F
Octal 123 50 167 36 102 0 65 421 62 37
Binary 1010011 101000 1110111 11110 1000010 0 110101 100010001 110010 11111

Color Harmonies of #532877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532877

Black with #532877

Text Example


Text Example

White with #532877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532877; }

 p { color: rgb(83,40,119); }

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

background-color css

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

 a { background-color: rgb(83,40,119); }

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

border-color css

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

 span { border-color: rgb(83,40,119); }

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