Html Css Color HEX #526888 Kashmir Blue

📋 copy color: '#526888'

red 82 ◦ green 104 ◦ blue 136

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

Shades of Kashmir Blue #526888

Tints of Kashmir Blue #526888

RGB

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

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

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

R = 25.47%
G = 32.3%
B = 42.24%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526888 (or 0x526888) is known color: Kashmir Blue. HEX triplet: 52, 68 and 88. RGB value is (82,104,136). Sum of RGB (Red+Green+Blue) = 82+104+136=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #526888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526888 is #AD9777. Grayscale: #646464. Windows color (decimal): -11376504 or 8939602. OLE color: 8939602.

HSL color Cylindrical-coordinate representation of color #526888: hue angle of 215.56º 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 #526888 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 104 136 -
CMYK 0.40 0.24 0 0.47
HSL 215.56º 0.25% 0.43% -
HSV(B) 215.56º 0.4% 0.53% -
XYZ 12.87 13.47 25.21 -
YUV 101.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 82 104 136 0.40 0.24 0 0.47 215.56 0.25 0.43
Hex 52 68 88 28 18 0 2F D8 19 2B
Octal 122 150 210 50 30 0 57 330 31 53
Binary 1010010 1101000 10001000 101000 11000 0 101111 11011000 11001 101011

Color Harmonies of #526888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526888

Black with #526888

Text Example


Text Example

White with #526888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526888; }

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

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

background-color css

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

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

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

border-color css

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

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

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