Html Css Color HEX #527394 Kashmir Blue

📋 copy color: '#527394'

red 82 ◦ green 115 ◦ blue 148

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

Shades of Kashmir Blue #527394

Tints of Kashmir Blue #527394

RGB

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

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

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

R = 23.77%
G = 33.33%
B = 42.9%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527394 (or 0x527394) is known color: Kashmir Blue. HEX triplet: 52, 73 and 94. RGB value is (82,115,148). Sum of RGB (Red+Green+Blue) = 82+115+148=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #527394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527394 is #AD8C6B. Grayscale: #6C6C6C. Windows color (decimal): -11373676 or 9728850. OLE color: 9728850.

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

Color convert

RGB 82 115 148 -
CMYK 0.45 0.22 0 0.42
HSL 210º 0.29% 0.45% -
HSV(B) 210º 0.45% 0.58% -
XYZ 14.96 16.19 30.35 -
YUV 108.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 82 115 148 0.45 0.22 0 0.42 210 0.29 0.45
Hex 52 73 94 2D 16 0 2A D2 1D 2D
Octal 122 163 224 55 26 0 52 322 35 55
Binary 1010010 1110011 10010100 101101 10110 0 101010 11010010 11101 101101

Color Harmonies of #527394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527394

Black with #527394

Text Example


Text Example

White with #527394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527394; }

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

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

background-color css

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

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

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

border-color css

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

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

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