Html Css Color HEX #527593 Kashmir Blue

📋 copy color: '#527593'

red 82 ◦ green 117 ◦ blue 147

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

Shades of Kashmir Blue #527593

Tints of Kashmir Blue #527593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 23.7%
G = 33.82%
B = 42.49%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527593 (or 0x527593) is known color: Kashmir Blue. HEX triplet: 52, 75 and 93. RGB value is (82,117,147). Sum of RGB (Red+Green+Blue) = 82+117+147=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #527593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527593 is #AD8A6C. Grayscale: #6D6D6D. Windows color (decimal): -11373165 or 9663826. OLE color: 9663826.

HSL color Cylindrical-coordinate representation of color #527593: hue angle of 207.69º 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 #527593 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 117 147 -
CMYK 0.44 0.20 0 0.42
HSL 207.69º 0.28% 0.45% -
HSV(B) 207.69º 0.44% 0.58% -
XYZ 15.11 16.62 30.02 -
YUV 109.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 82 117 147 0.44 0.20 0 0.42 207.69 0.28 0.45
Hex 52 75 93 2C 14 0 2A D0 1C 2D
Octal 122 165 223 54 24 0 52 320 34 55
Binary 1010010 1110101 10010011 101100 10100 0 101010 11010000 11100 101101

Color Harmonies of #527593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527593

Black with #527593

Text Example


Text Example

White with #527593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527593; }

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

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

background-color css

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

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

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

border-color css

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

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

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