Html Css Color HEX #527493 Kashmir Blue

📋 copy color: '#527493'

red 82 ◦ green 116 ◦ blue 147

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

Shades of Kashmir Blue #527493

Tints of Kashmir Blue #527493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

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

R = 23.77%
G = 33.62%
B = 42.61%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527493 (or 0x527493) is known color: Kashmir Blue. HEX triplet: 52, 74 and 93. RGB value is (82,116,147). Sum of RGB (Red+Green+Blue) = 82+116+147=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #527493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527493 is #AD8B6C. Grayscale: #6D6D6D. Windows color (decimal): -11373421 or 9663570. OLE color: 9663570.

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

Color convert

RGB 82 116 147 -
CMYK 0.44 0.21 0 0.42
HSL 208.62º 0.28% 0.45% -
HSV(B) 208.62º 0.44% 0.58% -
XYZ 14.99 16.39 29.98 -
YUV 109.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 82 116 147 0.44 0.21 0 0.42 208.62 0.28 0.45
Hex 52 74 93 2C 15 0 2A D1 1C 2D
Octal 122 164 223 54 25 0 52 321 34 55
Binary 1010010 1110100 10010011 101100 10101 0 101010 11010001 11100 101101

Color Harmonies of #527493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527493

Black with #527493

Text Example


Text Example

White with #527493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527493; }

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

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

background-color css

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

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

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

border-color css

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

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

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