Html Css Color HEX #526990 Kashmir Blue

📋 copy color: '#526990'

red 82 ◦ green 105 ◦ blue 144

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

Shades of Kashmir Blue #526990

Tints of Kashmir Blue #526990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 24.77%
G = 31.72%
B = 43.5%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526990 (or 0x526990) is known color: Kashmir Blue. HEX triplet: 52, 69 and 90. RGB value is (82,105,144). Sum of RGB (Red+Green+Blue) = 82+105+144=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #526990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526990 is #AD966F. Grayscale: #666666. Windows color (decimal): -11376240 or 9464146. OLE color: 9464146.

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

Color convert

RGB 82 105 144 -
CMYK 0.43 0.27 0 0.44
HSL 217.74º 0.27% 0.44% -
HSV(B) 217.74º 0.43% 0.56% -
XYZ 13.57 13.91 28.36 -
YUV 102.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 82 105 144 0.43 0.27 0 0.44 217.74 0.27 0.44
Hex 52 69 90 2B 1B 0 2C DA 1B 2C
Octal 122 151 220 53 33 0 54 332 33 54
Binary 1010010 1101001 10010000 101011 11011 0 101100 11011010 11011 101100

Color Harmonies of #526990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526990

Black with #526990

Text Example


Text Example

White with #526990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526990; }

 p { color: rgb(82,105,144); }

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

background-color css

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

 a { background-color: rgb(82,105,144); }

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

border-color css

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

 span { border-color: rgb(82,105,144); }

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