Html Css Color HEX #526A8F Kashmir Blue

📋 copy color: '#526A8F'

red 82 ◦ green 106 ◦ blue 143

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

Shades of Kashmir Blue #526A8F

Tints of Kashmir Blue #526A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 143 (56.25% from 255) = 43.2%

R = 24.77%
G = 32.02%
B = 43.2%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526A8F (or 0x526A8F) is known color: Kashmir Blue. HEX triplet: 52, 6A and 8F. RGB value is (82,106,143). Sum of RGB (Red+Green+Blue) = 82+106+143=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #526A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A8F is #AD9570. Grayscale: #666666. Windows color (decimal): -11375985 or 9398866. OLE color: 9398866.

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

Color convert

RGB 82 106 143 -
CMYK 0.43 0.26 0 0.44
HSL 216.39º 0.27% 0.44% -
HSV(B) 216.39º 0.43% 0.56% -
XYZ 13.59 14.09 27.99 -
YUV 103.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 82 106 143 0.43 0.26 0 0.44 216.39 0.27 0.44
Hex 52 6A 8F 2B 1A 0 2C D8 1B 2C
Octal 122 152 217 53 32 0 54 330 33 54
Binary 1010010 1101010 10001111 101011 11010 0 101100 11011000 11011 101100

Color Harmonies of #526A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A8F

Black with #526A8F

Text Example


Text Example

White with #526A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,106,143); }

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

background-color css

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

 a { background-color: rgb(82,106,143); }

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

border-color css

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

 span { border-color: rgb(82,106,143); }

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