Html Css Color HEX #53439C Blue Gem

📋 copy color: '#53439C'

red 83 ◦ green 67 ◦ blue 156

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

Shades of Blue Gem #53439C

Tints of Blue Gem #53439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 27.12%
G = 21.9%
B = 50.98%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53439C (or 0x53439C) is known color: Blue Gem. HEX triplet: 53, 43 and 9C. RGB value is (83,67,156). Sum of RGB (Red+Green+Blue) = 83+67+156=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #53439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53439C is #ACBC63. Grayscale: #515151. Windows color (decimal): -11320420 or 10240851. OLE color: 10240851.

HSL color Cylindrical-coordinate representation of color #53439C: hue angle of 250.79º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53439C is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 67 156 -
CMYK 0.47 0.57 0 0.39
HSL 250.79º 0.4% 0.44% -
HSV(B) 250.79º 0.57% 0.61% -
XYZ 11.58 8.25 32.44 -
YUV 81.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 83 67 156 0.47 0.57 0 0.39 250.79 0.4 0.44
Hex 53 43 9C 2F 39 0 27 FB 28 2C
Octal 123 103 234 57 71 0 47 373 50 54
Binary 1010011 1000011 10011100 101111 111001 0 100111 11111011 101000 101100

Color Harmonies of #53439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53439C

Black with #53439C

Text Example


Text Example

White with #53439C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53439C; }

 p { color: rgb(83,67,156); }

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

background-color css

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

 a { background-color: rgb(83,67,156); }

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

border-color css

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

 span { border-color: rgb(83,67,156); }

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