Html Css Color HEX #526592 Kashmir Blue

📋 copy color: '#526592'

red 82 ◦ green 101 ◦ blue 146

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

Shades of Kashmir Blue #526592

Tints of Kashmir Blue #526592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 24.92%
G = 30.7%
B = 44.38%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#526592 (or 0x526592) is known color: Kashmir Blue. HEX triplet: 52, 65 and 92. RGB value is (82,101,146). Sum of RGB (Red+Green+Blue) = 82+101+146=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #526592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526592 is #AD9A6D. Grayscale: #646464. Windows color (decimal): -11377262 or 9594194. OLE color: 9594194.

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

Color convert

RGB 82 101 146 -
CMYK 0.44 0.31 0 0.43
HSL 222.19º 0.28% 0.45% -
HSV(B) 222.19º 0.44% 0.57% -
XYZ 13.32 13.18 29.04 -
YUV 100.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 82 101 146 0.44 0.31 0 0.43 222.19 0.28 0.45
Hex 52 65 92 2C 1F 0 2B DE 1C 2D
Octal 122 145 222 54 37 0 53 336 34 55
Binary 1010010 1100101 10010010 101100 11111 0 101011 11011110 11100 101101

Color Harmonies of #526592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526592

Black with #526592

Text Example


Text Example

White with #526592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526592; }

 p { color: rgb(82,101,146); }

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

background-color css

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

 a { background-color: rgb(82,101,146); }

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

border-color css

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

 span { border-color: rgb(82,101,146); }

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