#52638B

Color #52638B Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #52638B

Tints of Kashmir Blue #52638B

Color information

#52638B (or 0x52638B) is unknown color: approx Kashmir Blue. HEX triplet: 52, 63 and 8B. RGB value is (82,99,139). Sum of RGB (Red+Green+Blue) = 82+99+139=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #52638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52638B is #AD9C74. Grayscale: #626262. Windows color (decimal): -11377781 or 9134930. OLE color: 9134930.

HSL color Cylindrical-coordinate representation of color #52638B: hue angle of 222.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52638B is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8299139-
CMYK0.410.2900.45
HSL222.11º25.79%43.33%-
HSV(B)222.11º41.01%54.51%-
XYZ12.612.5826.19-
YUV98.48150.87116.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=25.62%
G=30.94%
B=43.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82991390.410.2900.45222.1125.7943.33
Hex52638B291D02Dde1a2b
Octal12214321351350553363253
Binary10100101100011100010111010011110101011011101111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52638B; }

 p { color: rgb(82,99,139); }

 H1.HeaderClassName
 {
   color: #52638B;
 }
 .AnyTagClassName
 {
   color: #52638B;
 }
</style>
background-color css

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

 a { background-color: rgb(82,99,139); }

 div.DivClassName
 {
   background-color: #52638B;
 }
 .BgClassName
 {
   background-color: #52638B;
 }
</style>
border-color css

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

 span { border-color: rgb(82,99,139); }

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