Html Css Color HEX #526085 Kashmir Blue

📋 copy color: '#526085'

red 82 ◦ green 96 ◦ blue 133

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

Shades of Kashmir Blue #526085

Tints of Kashmir Blue #526085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 26.37%
G = 30.87%
B = 42.77%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#526085 (or 0x526085) is known color: Kashmir Blue. HEX triplet: 52, 60 and 85. RGB value is (82,96,133). Sum of RGB (Red+Green+Blue) = 82+96+133=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #526085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526085 is #AD9F7A. Grayscale: #5F5F5F. Windows color (decimal): -11378555 or 8740946. OLE color: 8740946.

HSL color Cylindrical-coordinate representation of color #526085: hue angle of 223.53º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526085 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 96 133 -
CMYK 0.38 0.28 0 0.48
HSL 223.53º 0.24% 0.42% -
HSV(B) 223.53º 0.38% 0.52% -
XYZ 11.9 11.85 23.85 -
YUV 96.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 82 96 133 0.38 0.28 0 0.48 223.53 0.24 0.42
Hex 52 60 85 26 1C 0 30 E0 18 2A
Octal 122 140 205 46 34 0 60 340 30 52
Binary 1010010 1100000 10000101 100110 11100 0 110000 11100000 11000 101010

Color Harmonies of #526085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526085

Black with #526085

Text Example


Text Example

White with #526085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526085; }

 p { color: rgb(82,96,133); }

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

background-color css

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

 a { background-color: rgb(82,96,133); }

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

border-color css

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

 span { border-color: rgb(82,96,133); }

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