Html Css Color HEX #526183 Kashmir Blue

📋 copy color: '#526183'

red 82 ◦ green 97 ◦ blue 131

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

Shades of Kashmir Blue #526183

Tints of Kashmir Blue #526183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 26.45%
G = 31.29%
B = 42.26%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526183 (or 0x526183) is known color: Kashmir Blue. HEX triplet: 52, 61 and 83. RGB value is (82,97,131). Sum of RGB (Red+Green+Blue) = 82+97+131=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #526183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526183 is #AD9E7C. Grayscale: #606060. Windows color (decimal): -11378301 or 8610130. OLE color: 8610130.

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

Color convert

RGB 82 97 131 -
CMYK 0.37 0.26 0 0.49
HSL 221.63º 0.23% 0.42% -
HSV(B) 221.63º 0.37% 0.51% -
XYZ 11.85 11.98 23.16 -
YUV 96.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 82 97 131 0.37 0.26 0 0.49 221.63 0.23 0.42
Hex 52 61 83 25 1A 0 31 DE 17 2A
Octal 122 141 203 45 32 0 61 336 27 52
Binary 1010010 1100001 10000011 100101 11010 0 110001 11011110 10111 101010

Color Harmonies of #526183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526183

Black with #526183

Text Example


Text Example

White with #526183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526183; }

 p { color: rgb(82,97,131); }

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

background-color css

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

 a { background-color: rgb(82,97,131); }

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

border-color css

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

 span { border-color: rgb(82,97,131); }

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