Html Css Color HEX #526381 Kashmir Blue

📋 copy color: '#526381'

red 82 ◦ green 99 ◦ blue 129

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

Shades of Kashmir Blue #526381

Tints of Kashmir Blue #526381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

 BLUE value IS 129 (50.78% from 255) = 41.61%

R = 26.45%
G = 31.94%
B = 41.61%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526381 (or 0x526381) is known color: Kashmir Blue. HEX triplet: 52, 63 and 81. RGB value is (82,99,129). Sum of RGB (Red+Green+Blue) = 82+99+129=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #526381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526381 is #AD9C7E. Grayscale: #616161. Windows color (decimal): -11377791 or 8479570. OLE color: 8479570.

HSL color Cylindrical-coordinate representation of color #526381: hue angle of 218.3º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526381 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 99 129 -
CMYK 0.36 0.23 0 0.49
HSL 218.3º 0.22% 0.41% -
HSV(B) 218.3º 0.36% 0.51% -
XYZ 11.9 12.3 22.52 -
YUV 97.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 82 99 129 0.36 0.23 0 0.49 218.3 0.22 0.41
Hex 52 63 81 24 17 0 31 DA 16 29
Octal 122 143 201 44 27 0 61 332 26 51
Binary 1010010 1100011 10000001 100100 10111 0 110001 11011010 10110 101001

Color Harmonies of #526381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526381

Black with #526381

Text Example


Text Example

White with #526381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526381; }

 p { color: rgb(82,99,129); }

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

background-color css

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

 a { background-color: rgb(82,99,129); }

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

border-color css

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

 span { border-color: rgb(82,99,129); }

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