Html Css Color HEX #526F8E Kashmir Blue

📋 copy color: '#526F8E'

red 82 ◦ green 111 ◦ blue 142

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

Shades of Kashmir Blue #526F8E

Tints of Kashmir Blue #526F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

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

R = 24.48%
G = 33.13%
B = 42.39%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526F8E (or 0x526F8E) is known color: Kashmir Blue. HEX triplet: 52, 6F and 8E. RGB value is (82,111,142). Sum of RGB (Red+Green+Blue) = 82+111+142=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #526F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F8E is #AD9071. Grayscale: #696969. Windows color (decimal): -11374706 or 9334610. OLE color: 9334610.

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

Color convert

RGB 82 111 142 -
CMYK 0.42 0.22 0 0.44
HSL 211º 0.27% 0.44% -
HSV(B) 211º 0.42% 0.56% -
XYZ 14.05 15.12 27.77 -
YUV 105.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 82 111 142 0.42 0.22 0 0.44 211 0.27 0.44
Hex 52 6F 8E 2A 16 0 2C D3 1B 2C
Octal 122 157 216 52 26 0 54 323 33 54
Binary 1010010 1101111 10001110 101010 10110 0 101100 11010011 11011 101100

Color Harmonies of #526F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F8E

Black with #526F8E

Text Example


Text Example

White with #526F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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