Html Css Color HEX #527696 Kashmir Blue

📋 copy color: '#527696'

red 82 ◦ green 118 ◦ blue 150

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

Shades of Kashmir Blue #527696

Tints of Kashmir Blue #527696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 23.43%
G = 33.71%
B = 42.86%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527696 (or 0x527696) is known color: Kashmir Blue. HEX triplet: 52, 76 and 96. RGB value is (82,118,150). Sum of RGB (Red+Green+Blue) = 82+118+150=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #527696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527696 is #AD8969. Grayscale: #6E6E6E. Windows color (decimal): -11372906 or 9860690. OLE color: 9860690.

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

Color convert

RGB 82 118 150 -
CMYK 0.45 0.21 0 0.41
HSL 208.24º 0.29% 0.45% -
HSV(B) 208.24º 0.45% 0.59% -
XYZ 15.46 16.95 31.31 -
YUV 110.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 82 118 150 0.45 0.21 0 0.41 208.24 0.29 0.45
Hex 52 76 96 2D 15 0 29 D0 1D 2D
Octal 122 166 226 55 25 0 51 320 35 55
Binary 1010010 1110110 10010110 101101 10101 0 101001 11010000 11101 101101

Color Harmonies of #527696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527696

Black with #527696

Text Example


Text Example

White with #527696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527696; }

 p { color: rgb(82,118,150); }

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

background-color css

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

 a { background-color: rgb(82,118,150); }

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

border-color css

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

 span { border-color: rgb(82,118,150); }

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