Html Css Color HEX #526B8C Kashmir Blue

📋 copy color: '#526B8C'

red 82 ◦ green 107 ◦ blue 140

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

Shades of Kashmir Blue #526B8C

Tints of Kashmir Blue #526B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 24.92%
G = 32.52%
B = 42.55%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#526B8C (or 0x526B8C) is known color: Kashmir Blue. HEX triplet: 52, 6B and 8C. RGB value is (82,107,140). Sum of RGB (Red+Green+Blue) = 82+107+140=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #526B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B8C is #AD9473. Grayscale: #676767. Windows color (decimal): -11375732 or 9202514. OLE color: 9202514.

HSL color Cylindrical-coordinate representation of color #526B8C: hue angle of 214.14º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #526B8C is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 107 140 -
CMYK 0.41 0.24 0 0.45
HSL 214.14º 0.26% 0.44% -
HSV(B) 214.14º 0.41% 0.55% -
XYZ 13.47 14.2 26.84 -
YUV 103.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 82 107 140 0.41 0.24 0 0.45 214.14 0.26 0.44
Hex 52 6B 8C 29 18 0 2D D6 1A 2C
Octal 122 153 214 51 30 0 55 326 32 54
Binary 1010010 1101011 10001100 101001 11000 0 101101 11010110 11010 101100

Color Harmonies of #526B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B8C

Black with #526B8C

Text Example


Text Example

White with #526B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,107,140); }

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

background-color css

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

 a { background-color: rgb(82,107,140); }

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

border-color css

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

 span { border-color: rgb(82,107,140); }

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