Html Css Color HEX #52658C Kashmir Blue

📋 copy color: '#52658C'

red 82 ◦ green 101 ◦ blue 140

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

Shades of Kashmir Blue #52658C

Tints of Kashmir Blue #52658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 25.39%
G = 31.27%
B = 43.34%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52658C (or 0x52658C) is known color: Kashmir Blue. HEX triplet: 52, 65 and 8C. RGB value is (82,101,140). Sum of RGB (Red+Green+Blue) = 82+101+140=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #52658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52658C is #AD9A73. Grayscale: #636363. Windows color (decimal): -11377268 or 9200978. OLE color: 9200978.

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

Color convert

RGB 82 101 140 -
CMYK 0.41 0.28 0 0.45
HSL 220.34º 0.26% 0.44% -
HSV(B) 220.34º 0.41% 0.55% -
XYZ 12.87 12.99 26.64 -
YUV 99.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 82 101 140 0.41 0.28 0 0.45 220.34 0.26 0.44
Hex 52 65 8C 29 1C 0 2D DC 1A 2C
Octal 122 145 214 51 34 0 55 334 32 54
Binary 1010010 1100101 10001100 101001 11100 0 101101 11011100 11010 101100

Color Harmonies of #52658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52658C

Black with #52658C

Text Example


Text Example

White with #52658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,101,140); }

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

background-color css

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

 a { background-color: rgb(82,101,140); }

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

border-color css

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

 span { border-color: rgb(82,101,140); }

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