Html Css Color HEX #526690 Kashmir Blue

📋 copy color: '#526690'

red 82 ◦ green 102 ◦ blue 144

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

Shades of Kashmir Blue #526690

Tints of Kashmir Blue #526690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 25%
G = 31.1%
B = 43.9%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526690 (or 0x526690) is known color: Kashmir Blue. HEX triplet: 52, 66 and 90. RGB value is (82,102,144). Sum of RGB (Red+Green+Blue) = 82+102+144=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #526690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526690 is #AD996F. Grayscale: #646464. Windows color (decimal): -11377008 or 9463378. OLE color: 9463378.

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

Color convert

RGB 82 102 144 -
CMYK 0.43 0.29 0 0.44
HSL 220.65º 0.27% 0.44% -
HSV(B) 220.65º 0.43% 0.56% -
XYZ 13.27 13.31 28.26 -
YUV 100.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 82 102 144 0.43 0.29 0 0.44 220.65 0.27 0.44
Hex 52 66 90 2B 1D 0 2C DD 1B 2C
Octal 122 146 220 53 35 0 54 335 33 54
Binary 1010010 1100110 10010000 101011 11101 0 101100 11011101 11011 101100

Color Harmonies of #526690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526690

Black with #526690

Text Example


Text Example

White with #526690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526690; }

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

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

background-color css

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

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

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

border-color css

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

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

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