Html Css Color HEX #526E8E Kashmir Blue

📋 copy color: '#526E8E'

red 82 ◦ green 110 ◦ blue 142

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

Shades of Kashmir Blue #526E8E

Tints of Kashmir Blue #526E8E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.93%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 24.55%
G = 32.93%
B = 42.51%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526E8E (or 0x526E8E) is known color: Kashmir Blue. HEX triplet: 52, 6E and 8E. RGB value is (82,110,142). Sum of RGB (Red+Green+Blue) = 82+110+142=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #526E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E8E is #AD9171. Grayscale: #696969. Windows color (decimal): -11374962 or 9334354. OLE color: 9334354.

HSL color Cylindrical-coordinate representation of color #526E8E: hue angle of 212º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #526E8E is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 110 142 -
CMYK 0.42 0.23 0 0.44
HSL 212º 0.27% 0.44% -
HSV(B) 212º 0.42% 0.56% -
XYZ 13.94 14.9 27.73 -
YUV 105.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 82 110 142 0.42 0.23 0 0.44 212 0.27 0.44
Hex 52 6E 8E 2A 17 0 2C D4 1B 2C
Octal 122 156 216 52 27 0 54 324 33 54
Binary 1010010 1101110 10001110 101010 10111 0 101100 11010100 11011 101100

Color Harmonies of #526E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E8E

Black with #526E8E

Text Example


Text Example

White with #526E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,142); }

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

background-color css

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

 a { background-color: rgb(82,110,142); }

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

border-color css

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

 span { border-color: rgb(82,110,142); }

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