Html Css Color HEX #526184 Kashmir Blue

📋 copy color: '#526184'

red 82 ◦ green 97 ◦ blue 132

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

Shades of Kashmir Blue #526184

Tints of Kashmir Blue #526184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 26.37%
G = 31.19%
B = 42.44%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#526184 (or 0x526184) is known color: Kashmir Blue. HEX triplet: 52, 61 and 84. RGB value is (82,97,132). Sum of RGB (Red+Green+Blue) = 82+97+132=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #526184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526184 is #AD9E7B. Grayscale: #606060. Windows color (decimal): -11378300 or 8675666. OLE color: 8675666.

HSL color Cylindrical-coordinate representation of color #526184: hue angle of 222º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526184 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 97 132 -
CMYK 0.38 0.27 0 0.48
HSL 222º 0.23% 0.42% -
HSV(B) 222º 0.38% 0.52% -
XYZ 11.92 12.01 23.52 -
YUV 96.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 82 97 132 0.38 0.27 0 0.48 222 0.23 0.42
Hex 52 61 84 26 1B 0 30 DE 17 2A
Octal 122 141 204 46 33 0 60 336 27 52
Binary 1010010 1100001 10000100 100110 11011 0 110000 11011110 10111 101010

Color Harmonies of #526184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526184

Black with #526184

Text Example


Text Example

White with #526184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526184; }

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

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

background-color css

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

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

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

border-color css

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

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

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