Html Css Color HEX #527092 Kashmir Blue

📋 copy color: '#527092'

red 82 ◦ green 112 ◦ blue 146

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

Shades of Kashmir Blue #527092

Tints of Kashmir Blue #527092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 146 (57.42% from 255) = 42.94%

R = 24.12%
G = 32.94%
B = 42.94%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527092 (or 0x527092) is known color: Kashmir Blue. HEX triplet: 52, 70 and 92. RGB value is (82,112,146). Sum of RGB (Red+Green+Blue) = 82+112+146=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #527092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527092 is #AD8F6D. Grayscale: #6A6A6A. Windows color (decimal): -11374446 or 9597010. OLE color: 9597010.

HSL color Cylindrical-coordinate representation of color #527092: hue angle of 211.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527092 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 112 146 -
CMYK 0.44 0.23 0 0.43
HSL 211.88º 0.28% 0.45% -
HSV(B) 211.88º 0.44% 0.57% -
XYZ 14.46 15.46 29.42 -
YUV 106.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 82 112 146 0.44 0.23 0 0.43 211.88 0.28 0.45
Hex 52 70 92 2C 17 0 2B D4 1C 2D
Octal 122 160 222 54 27 0 53 324 34 55
Binary 1010010 1110000 10010010 101100 10111 0 101011 11010100 11100 101101

Color Harmonies of #527092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527092

Black with #527092

Text Example


Text Example

White with #527092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527092; }

 p { color: rgb(82,112,146); }

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

background-color css

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

 a { background-color: rgb(82,112,146); }

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

border-color css

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

 span { border-color: rgb(82,112,146); }

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