Html Css Color HEX #526D94 Kashmir Blue

📋 copy color: '#526D94'

red 82 ◦ green 109 ◦ blue 148

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

Shades of Kashmir Blue #526D94

Tints of Kashmir Blue #526D94

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.15%

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 24.19%
G = 32.15%
B = 43.66%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526D94 (or 0x526D94) is known color: Kashmir Blue. HEX triplet: 52, 6D and 94. RGB value is (82,109,148). Sum of RGB (Red+Green+Blue) = 82+109+148=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #526D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D94 is #AD926B. Grayscale: #696969. Windows color (decimal): -11375212 or 9727314. OLE color: 9727314.

HSL color Cylindrical-coordinate representation of color #526D94: hue angle of 215.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526D94 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 109 148 -
CMYK 0.45 0.26 0 0.42
HSL 215.45º 0.29% 0.45% -
HSV(B) 215.45º 0.45% 0.58% -
XYZ 14.29 14.87 30.13 -
YUV 105.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 82 109 148 0.45 0.26 0 0.42 215.45 0.29 0.45
Hex 52 6D 94 2D 1A 0 2A D7 1D 2D
Octal 122 155 224 55 32 0 52 327 35 55
Binary 1010010 1101101 10010100 101101 11010 0 101010 11010111 11101 101101

Color Harmonies of #526D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D94

Black with #526D94

Text Example


Text Example

White with #526D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526D94; }

 p { color: rgb(82,109,148); }

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

background-color css

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

 a { background-color: rgb(82,109,148); }

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

border-color css

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

 span { border-color: rgb(82,109,148); }

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