Html Css Color HEX #527090 Kashmir Blue

📋 copy color: '#527090'

red 82 ◦ green 112 ◦ blue 144

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

Shades of Kashmir Blue #527090

Tints of Kashmir Blue #527090

RGB

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

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

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

R = 24.26%
G = 33.14%
B = 42.6%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#527090 (or 0x527090) is known color: Kashmir Blue. HEX triplet: 52, 70 and 90. RGB value is (82,112,144). Sum of RGB (Red+Green+Blue) = 82+112+144=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #527090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527090 is #AD8F6F. Grayscale: #6A6A6A. Windows color (decimal): -11374448 or 9465938. OLE color: 9465938.

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

Color convert

RGB 82 112 144 -
CMYK 0.43 0.22 0 0.44
HSL 210.97º 0.27% 0.44% -
HSV(B) 210.97º 0.43% 0.56% -
XYZ 14.31 15.4 28.6 -
YUV 106.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 82 112 144 0.43 0.22 0 0.44 210.97 0.27 0.44
Hex 52 70 90 2B 16 0 2C D3 1B 2C
Octal 122 160 220 53 26 0 54 323 33 54
Binary 1010010 1110000 10010000 101011 10110 0 101100 11010011 11011 101100

Color Harmonies of #527090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527090

Black with #527090

Text Example


Text Example

White with #527090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527090; }

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

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

background-color css

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

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

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

border-color css

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

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

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