Html Css Color HEX #527393 Kashmir Blue

📋 copy color: '#527393'

red 82 ◦ green 115 ◦ blue 147

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

Shades of Kashmir Blue #527393

Tints of Kashmir Blue #527393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 23.84%
G = 33.43%
B = 42.73%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527393 (or 0x527393) is known color: Kashmir Blue. HEX triplet: 52, 73 and 93. RGB value is (82,115,147). Sum of RGB (Red+Green+Blue) = 82+115+147=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #527393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527393 is #AD8C6C. Grayscale: #6C6C6C. Windows color (decimal): -11373677 or 9663314. OLE color: 9663314.

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

Color convert

RGB 82 115 147 -
CMYK 0.44 0.22 0 0.42
HSL 209.54º 0.28% 0.45% -
HSV(B) 209.54º 0.44% 0.58% -
XYZ 14.88 16.16 29.94 -
YUV 108.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 82 115 147 0.44 0.22 0 0.42 209.54 0.28 0.45
Hex 52 73 93 2C 16 0 2A D2 1C 2D
Octal 122 163 223 54 26 0 52 322 34 55
Binary 1010010 1110011 10010011 101100 10110 0 101010 11010010 11100 101101

Color Harmonies of #527393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527393

Black with #527393

Text Example


Text Example

White with #527393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527393; }

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

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

background-color css

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

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

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

border-color css

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

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

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