Html Css Color HEX #52438F Blue Gem

📋 copy color: '#52438F'

red 82 ◦ green 67 ◦ blue 143

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

Shades of Blue Gem #52438F

Tints of Blue Gem #52438F

RGB

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

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

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

R = 28.08%
G = 22.95%
B = 48.97%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52438F (or 0x52438F) is known color: Blue Gem. HEX triplet: 52, 43 and 8F. RGB value is (82,67,143). Sum of RGB (Red+Green+Blue) = 82+67+143=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #52438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52438F is #ADBC70. Grayscale: #4F4F4F. Windows color (decimal): -11385969 or 9388882. OLE color: 9388882.

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

Color convert

RGB 82 67 143 -
CMYK 0.43 0.53 0 0.44
HSL 251.84º 0.36% 0.41% -
HSV(B) 251.84º 0.53% 0.56% -
XYZ 10.44 7.79 26.94 -
YUV 80.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 82 67 143 0.43 0.53 0 0.44 251.84 0.36 0.41
Hex 52 43 8F 2B 35 0 2C FC 24 29
Octal 122 103 217 53 65 0 54 374 44 51
Binary 1010010 1000011 10001111 101011 110101 0 101100 11111100 100100 101001

Color Harmonies of #52438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52438F

Black with #52438F

Text Example


Text Example

White with #52438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,67,143); }

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

background-color css

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

 a { background-color: rgb(82,67,143); }

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

border-color css

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

 span { border-color: rgb(82,67,143); }

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