Html Css Color HEX #527194 Kashmir Blue

📋 copy color: '#527194'

red 82 ◦ green 113 ◦ blue 148

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

Shades of Kashmir Blue #527194

Tints of Kashmir Blue #527194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 23.91%
G = 32.94%
B = 43.15%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527194 (or 0x527194) is known color: Kashmir Blue. HEX triplet: 52, 71 and 94. RGB value is (82,113,148). Sum of RGB (Red+Green+Blue) = 82+113+148=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #527194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527194 is #AD8E6B. Grayscale: #6B6B6B. Windows color (decimal): -11374188 or 9728338. OLE color: 9728338.

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

Color convert

RGB 82 113 148 -
CMYK 0.45 0.24 0 0.42
HSL 211.82º 0.29% 0.45% -
HSV(B) 211.82º 0.45% 0.58% -
XYZ 14.73 15.74 30.28 -
YUV 107.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 82 113 148 0.45 0.24 0 0.42 211.82 0.29 0.45
Hex 52 71 94 2D 18 0 2A D4 1D 2D
Octal 122 161 224 55 30 0 52 324 35 55
Binary 1010010 1110001 10010100 101101 11000 0 101010 11010100 11101 101101

Color Harmonies of #527194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527194

Black with #527194

Text Example


Text Example

White with #527194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527194; }

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

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

background-color css

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

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

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

border-color css

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

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

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