Html Css Color HEX #526993 Kashmir Blue

📋 copy color: '#526993'

red 82 ◦ green 105 ◦ blue 147

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

Shades of Kashmir Blue #526993

Tints of Kashmir Blue #526993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 24.55%
G = 31.44%
B = 44.01%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526993 (or 0x526993) is known color: Kashmir Blue. HEX triplet: 52, 69 and 93. RGB value is (82,105,147). Sum of RGB (Red+Green+Blue) = 82+105+147=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #526993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526993 is #AD966C. Grayscale: #666666. Windows color (decimal): -11376237 or 9660754. OLE color: 9660754.

HSL color Cylindrical-coordinate representation of color #526993: hue angle of 218.77º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #526993 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 105 147 -
CMYK 0.44 0.29 0 0.42
HSL 218.77º 0.28% 0.45% -
HSV(B) 218.77º 0.44% 0.58% -
XYZ 13.8 14 29.58 -
YUV 102.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 82 105 147 0.44 0.29 0 0.42 218.77 0.28 0.45
Hex 52 69 93 2C 1D 0 2A DB 1C 2D
Octal 122 151 223 54 35 0 52 333 34 55
Binary 1010010 1101001 10010011 101100 11101 0 101010 11011011 11100 101101

Color Harmonies of #526993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526993

Black with #526993

Text Example


Text Example

White with #526993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526993; }

 p { color: rgb(82,105,147); }

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

background-color css

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

 a { background-color: rgb(82,105,147); }

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

border-color css

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

 span { border-color: rgb(82,105,147); }

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