Html Css Color HEX #527291 Kashmir Blue

📋 copy color: '#527291'

red 82 ◦ green 114 ◦ blue 145

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

Shades of Kashmir Blue #527291

Tints of Kashmir Blue #527291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 24.05%
G = 33.43%
B = 42.52%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#527291 (or 0x527291) is known color: Kashmir Blue. HEX triplet: 52, 72 and 91. RGB value is (82,114,145). Sum of RGB (Red+Green+Blue) = 82+114+145=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #527291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527291 is #AD8D6E. Grayscale: #6B6B6B. Windows color (decimal): -11373935 or 9531986. OLE color: 9531986.

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

Color convert

RGB 82 114 145 -
CMYK 0.43 0.21 0 0.43
HSL 209.52º 0.28% 0.45% -
HSV(B) 209.52º 0.43% 0.57% -
XYZ 14.61 15.87 29.08 -
YUV 107.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 82 114 145 0.43 0.21 0 0.43 209.52 0.28 0.45
Hex 52 72 91 2B 15 0 2B D2 1C 2D
Octal 122 162 221 53 25 0 53 322 34 55
Binary 1010010 1110010 10010001 101011 10101 0 101011 11010010 11100 101101

Color Harmonies of #527291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527291

Black with #527291

Text Example


Text Example

White with #527291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527291; }

 p { color: rgb(82,114,145); }

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

background-color css

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

 a { background-color: rgb(82,114,145); }

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

border-color css

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

 span { border-color: rgb(82,114,145); }

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