Html Css Color HEX #52608A Kashmir Blue

📋 copy color: '#52608A'

red 82 ◦ green 96 ◦ blue 138

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

Shades of Kashmir Blue #52608A

Tints of Kashmir Blue #52608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

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

R = 25.95%
G = 30.38%
B = 43.67%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52608A (or 0x52608A) is known color: Kashmir Blue. HEX triplet: 52, 60 and 8A. RGB value is (82,96,138). Sum of RGB (Red+Green+Blue) = 82+96+138=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #52608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52608A is #AD9F75. Grayscale: #606060. Windows color (decimal): -11378550 or 9068626. OLE color: 9068626.

HSL color Cylindrical-coordinate representation of color #52608A: hue angle of 225º 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 #52608A is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 96 138 -
CMYK 0.41 0.30 0 0.46
HSL 225º 0.25% 0.43% -
HSV(B) 225º 0.41% 0.54% -
XYZ 12.25 11.99 25.71 -
YUV 96.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 82 96 138 0.41 0.30 0 0.46 225 0.25 0.43
Hex 52 60 8A 29 1E 0 2E E1 19 2B
Octal 122 140 212 51 36 0 56 341 31 53
Binary 1010010 1100000 10001010 101001 11110 0 101110 11100001 11001 101011

Color Harmonies of #52608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52608A

Black with #52608A

Text Example


Text Example

White with #52608A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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