Html Css Color HEX #526790 Kashmir Blue

📋 copy color: '#526790'

red 82 ◦ green 103 ◦ blue 144

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

Shades of Kashmir Blue #526790

Tints of Kashmir Blue #526790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.31%

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

R = 24.92%
G = 31.31%
B = 43.77%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526790 (or 0x526790) is known color: Kashmir Blue. HEX triplet: 52, 67 and 90. RGB value is (82,103,144). Sum of RGB (Red+Green+Blue) = 82+103+144=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #526790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526790 is #AD986F. Grayscale: #656565. Windows color (decimal): -11376752 or 9463634. OLE color: 9463634.

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

Color convert

RGB 82 103 144 -
CMYK 0.43 0.28 0 0.44
HSL 219.68º 0.27% 0.44% -
HSV(B) 219.68º 0.43% 0.56% -
XYZ 13.36 13.51 28.29 -
YUV 101.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 82 103 144 0.43 0.28 0 0.44 219.68 0.27 0.44
Hex 52 67 90 2B 1C 0 2C DC 1B 2C
Octal 122 147 220 53 34 0 54 334 33 54
Binary 1010010 1100111 10010000 101011 11100 0 101100 11011100 11011 101100

Color Harmonies of #526790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526790

Black with #526790

Text Example


Text Example

White with #526790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526790; }

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

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

background-color css

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

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

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

border-color css

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

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

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