Html Css Color HEX #527192 Kashmir Blue

📋 copy color: '#527192'

red 82 ◦ green 113 ◦ blue 146

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

Shades of Kashmir Blue #527192

Tints of Kashmir Blue #527192

RGB

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

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

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

R = 24.05%
G = 33.14%
B = 42.82%

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

#527192 (or 0x527192) is known color: Kashmir Blue. HEX triplet: 52, 71 and 92. RGB value is (82,113,146). Sum of RGB (Red+Green+Blue) = 82+113+146=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #527192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527192 is #AD8E6D. Grayscale: #6B6B6B. Windows color (decimal): -11374190 or 9597266. OLE color: 9597266.

HSL color Cylindrical-coordinate representation of color #527192: hue angle of 210.94º 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 #527192 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 113 146 -
CMYK 0.44 0.23 0 0.43
HSL 210.94º 0.28% 0.45% -
HSV(B) 210.94º 0.44% 0.57% -
XYZ 14.57 15.68 29.45 -
YUV 107.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 82 113 146 0.44 0.23 0 0.43 210.94 0.28 0.45
Hex 52 71 92 2C 17 0 2B D3 1C 2D
Octal 122 161 222 54 27 0 53 323 34 55
Binary 1010010 1110001 10010010 101100 10111 0 101011 11010011 11100 101101

Color Harmonies of #527192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527192

Black with #527192

Text Example


Text Example

White with #527192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527192; }

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

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

background-color css

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

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

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

border-color css

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

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

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