Html Css Color HEX #527395 Kashmir Blue

📋 copy color: '#527395'

red 82 ◦ green 115 ◦ blue 149

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

Shades of Kashmir Blue #527395

Tints of Kashmir Blue #527395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 23.7%
G = 33.24%
B = 43.06%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527395 (or 0x527395) is known color: Kashmir Blue. HEX triplet: 52, 73 and 95. RGB value is (82,115,149). Sum of RGB (Red+Green+Blue) = 82+115+149=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #527395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527395 is #AD8C6A. Grayscale: #6C6C6C. Windows color (decimal): -11373675 or 9794386. OLE color: 9794386.

HSL color Cylindrical-coordinate representation of color #527395: hue angle of 210.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527395 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 115 149 -
CMYK 0.45 0.23 0 0.42
HSL 210.45º 0.29% 0.45% -
HSV(B) 210.45º 0.45% 0.58% -
XYZ 15.04 16.23 30.77 -
YUV 109.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 82 115 149 0.45 0.23 0 0.42 210.45 0.29 0.45
Hex 52 73 95 2D 17 0 2A D2 1D 2D
Octal 122 163 225 55 27 0 52 322 35 55
Binary 1010010 1110011 10010101 101101 10111 0 101010 11010010 11101 101101

Color Harmonies of #527395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527395

Black with #527395

Text Example


Text Example

White with #527395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527395; }

 p { color: rgb(82,115,149); }

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

background-color css

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

 a { background-color: rgb(82,115,149); }

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

border-color css

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

 span { border-color: rgb(82,115,149); }

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