Html Css Color HEX #526F90 Kashmir Blue

📋 copy color: '#526F90'

red 82 ◦ green 111 ◦ blue 144

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

Shades of Kashmir Blue #526F90

Tints of Kashmir Blue #526F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

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

R = 24.33%
G = 32.94%
B = 42.73%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526F90 (or 0x526F90) is known color: Kashmir Blue. HEX triplet: 52, 6F and 90. RGB value is (82,111,144). Sum of RGB (Red+Green+Blue) = 82+111+144=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #526F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F90 is #AD906F. Grayscale: #696969. Windows color (decimal): -11374704 or 9465682. OLE color: 9465682.

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

Color convert

RGB 82 111 144 -
CMYK 0.43 0.23 0 0.44
HSL 211.94º 0.27% 0.44% -
HSV(B) 211.94º 0.43% 0.56% -
XYZ 14.2 15.18 28.57 -
YUV 106.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 82 111 144 0.43 0.23 0 0.44 211.94 0.27 0.44
Hex 52 6F 90 2B 17 0 2C D4 1B 2C
Octal 122 157 220 53 27 0 54 324 33 54
Binary 1010010 1101111 10010000 101011 10111 0 101100 11010100 11011 101100

Color Harmonies of #526F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F90

Black with #526F90

Text Example


Text Example

White with #526F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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