Html Css Color HEX #526693 Kashmir Blue

📋 copy color: '#526693'

red 82 ◦ green 102 ◦ blue 147

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

Shades of Kashmir Blue #526693

Tints of Kashmir Blue #526693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 24.77%
G = 30.82%
B = 44.41%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526693 (or 0x526693) is known color: Kashmir Blue. HEX triplet: 52, 66 and 93. RGB value is (82,102,147). Sum of RGB (Red+Green+Blue) = 82+102+147=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #526693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526693 is #AD996C. Grayscale: #646464. Windows color (decimal): -11377005 or 9659986. OLE color: 9659986.

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

Color convert

RGB 82 102 147 -
CMYK 0.44 0.31 0 0.42
HSL 221.54º 0.28% 0.45% -
HSV(B) 221.54º 0.44% 0.58% -
XYZ 13.5 13.4 29.48 -
YUV 101.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 82 102 147 0.44 0.31 0 0.42 221.54 0.28 0.45
Hex 52 66 93 2C 1F 0 2A DE 1C 2D
Octal 122 146 223 54 37 0 52 336 34 55
Binary 1010010 1100110 10010011 101100 11111 0 101010 11011110 11100 101101

Color Harmonies of #526693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526693

Black with #526693

Text Example


Text Example

White with #526693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526693; }

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

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

background-color css

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

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

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

border-color css

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

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

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