Html Css Color HEX #527594 Kashmir Blue

📋 copy color: '#527594'

red 82 ◦ green 117 ◦ blue 148

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

Shades of Kashmir Blue #527594

Tints of Kashmir Blue #527594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 23.63%
G = 33.72%
B = 42.65%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527594 (or 0x527594) is known color: Kashmir Blue. HEX triplet: 52, 75 and 94. RGB value is (82,117,148). Sum of RGB (Red+Green+Blue) = 82+117+148=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #527594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527594 is #AD8A6B. Grayscale: #6D6D6D. Windows color (decimal): -11373164 or 9729362. OLE color: 9729362.

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

Color convert

RGB 82 117 148 -
CMYK 0.45 0.21 0 0.42
HSL 208.18º 0.29% 0.45% -
HSV(B) 208.18º 0.45% 0.58% -
XYZ 15.19 16.65 30.43 -
YUV 110.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 82 117 148 0.45 0.21 0 0.42 208.18 0.29 0.45
Hex 52 75 94 2D 15 0 2A D0 1D 2D
Octal 122 165 224 55 25 0 52 320 35 55
Binary 1010010 1110101 10010100 101101 10101 0 101010 11010000 11101 101101

Color Harmonies of #527594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527594

Black with #527594

Text Example


Text Example

White with #527594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527594; }

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

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

background-color css

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

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

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

border-color css

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

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

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