Html Css Color HEX #526288 Kashmir Blue

📋 copy color: '#526288'

red 82 ◦ green 98 ◦ blue 136

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

Shades of Kashmir Blue #526288

Tints of Kashmir Blue #526288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 25.95%
G = 31.01%
B = 43.04%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526288 (or 0x526288) is known color: Kashmir Blue. HEX triplet: 52, 62 and 88. RGB value is (82,98,136). Sum of RGB (Red+Green+Blue) = 82+98+136=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #526288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526288 is #AD9D77. Grayscale: #616161. Windows color (decimal): -11378040 or 8938066. OLE color: 8938066.

HSL color Cylindrical-coordinate representation of color #526288: hue angle of 222.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526288 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 98 136 -
CMYK 0.40 0.28 0 0.47
HSL 222.22º 0.25% 0.43% -
HSV(B) 222.22º 0.4% 0.53% -
XYZ 12.29 12.31 25.02 -
YUV 97.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 82 98 136 0.40 0.28 0 0.47 222.22 0.25 0.43
Hex 52 62 88 28 1C 0 2F DE 19 2B
Octal 122 142 210 50 34 0 57 336 31 53
Binary 1010010 1100010 10001000 101000 11100 0 101111 11011110 11001 101011

Color Harmonies of #526288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526288

Black with #526288

Text Example


Text Example

White with #526288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526288; }

 p { color: rgb(82,98,136); }

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

background-color css

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

 a { background-color: rgb(82,98,136); }

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

border-color css

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

 span { border-color: rgb(82,98,136); }

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