Html Css Color HEX #526894 Kashmir Blue

📋 copy color: '#526894'

red 82 ◦ green 104 ◦ blue 148

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

Shades of Kashmir Blue #526894

Tints of Kashmir Blue #526894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

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

R = 24.55%
G = 31.14%
B = 44.31%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526894 (or 0x526894) is known color: Kashmir Blue. HEX triplet: 52, 68 and 94. RGB value is (82,104,148). Sum of RGB (Red+Green+Blue) = 82+104+148=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #526894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526894 is #AD976B. Grayscale: #666666. Windows color (decimal): -11376492 or 9726034. OLE color: 9726034.

HSL color Cylindrical-coordinate representation of color #526894: hue angle of 220º 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 #526894 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 104 148 -
CMYK 0.45 0.30 0 0.42
HSL 220º 0.29% 0.45% -
HSV(B) 220º 0.45% 0.58% -
XYZ 13.78 13.83 29.96 -
YUV 102.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 82 104 148 0.45 0.30 0 0.42 220 0.29 0.45
Hex 52 68 94 2D 1E 0 2A DC 1D 2D
Octal 122 150 224 55 36 0 52 334 35 55
Binary 1010010 1101000 10010100 101101 11110 0 101010 11011100 11101 101101

Color Harmonies of #526894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526894

Black with #526894

Text Example


Text Example

White with #526894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526894; }

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

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

background-color css

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

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

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

border-color css

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

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

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