Html Css Color HEX #52648A Kashmir Blue

📋 copy color: '#52648A'

red 82 ◦ green 100 ◦ blue 138

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

Shades of Kashmir Blue #52648A

Tints of Kashmir Blue #52648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 25.63%
G = 31.25%
B = 43.13%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52648A (or 0x52648A) is known color: Kashmir Blue. HEX triplet: 52, 64 and 8A. RGB value is (82,100,138). Sum of RGB (Red+Green+Blue) = 82+100+138=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #52648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52648A is #AD9B75. Grayscale: #626262. Windows color (decimal): -11377526 or 9069650. OLE color: 9069650.

HSL color Cylindrical-coordinate representation of color #52648A: hue angle of 220.71º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52648A is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 100 138 -
CMYK 0.41 0.28 0 0.46
HSL 220.71º 0.25% 0.43% -
HSV(B) 220.71º 0.41% 0.54% -
XYZ 12.62 12.74 25.84 -
YUV 98.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 82 100 138 0.41 0.28 0 0.46 220.71 0.25 0.43
Hex 52 64 8A 29 1C 0 2E DD 19 2B
Octal 122 144 212 51 34 0 56 335 31 53
Binary 1010010 1100100 10001010 101001 11100 0 101110 11011101 11001 101011

Color Harmonies of #52648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52648A

Black with #52648A

Text Example


Text Example

White with #52648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52648A; }

 p { color: rgb(82,100,138); }

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

background-color css

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

 a { background-color: rgb(82,100,138); }

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

border-color css

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

 span { border-color: rgb(82,100,138); }

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