Html Css Color HEX #53418F Blue Gem

📋 copy color: '#53418F'

red 83 ◦ green 65 ◦ blue 143

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

Shades of Blue Gem #53418F

Tints of Blue Gem #53418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

 BLUE value IS 143 (56.25% from 255) = 49.14%

R = 28.52%
G = 22.34%
B = 49.14%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53418F (or 0x53418F) is known color: Blue Gem. HEX triplet: 53, 41 and 8F. RGB value is (83,65,143). Sum of RGB (Red+Green+Blue) = 83+65+143=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #53418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53418F is #ACBE70. Grayscale: #4E4E4E. Windows color (decimal): -11320945 or 9388371. OLE color: 9388371.

HSL color Cylindrical-coordinate representation of color #53418F: hue angle of 253.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53418F is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 65 143 -
CMYK 0.42 0.55 0 0.44
HSL 253.85º 0.38% 0.41% -
HSV(B) 253.85º 0.55% 0.56% -
XYZ 10.42 7.6 26.91 -
YUV 79.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 83 65 143 0.42 0.55 0 0.44 253.85 0.38 0.41
Hex 53 41 8F 2A 37 0 2C FE 26 29
Octal 123 101 217 52 67 0 54 376 46 51
Binary 1010011 1000001 10001111 101010 110111 0 101100 11111110 100110 101001

Color Harmonies of #53418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53418F

Black with #53418F

Text Example


Text Example

White with #53418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53418F; }

 p { color: rgb(83,65,143); }

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

background-color css

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

 a { background-color: rgb(83,65,143); }

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

border-color css

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

 span { border-color: rgb(83,65,143); }

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