Html Css Color HEX #525F8C Kashmir Blue

📋 copy color: '#525F8C'

red 82 ◦ green 95 ◦ blue 140

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

Shades of Kashmir Blue #525F8C

Tints of Kashmir Blue #525F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.97%

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

R = 25.87%
G = 29.97%
B = 44.16%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#525F8C (or 0x525F8C) is known color: Kashmir Blue. HEX triplet: 52, 5F and 8C. RGB value is (82,95,140). Sum of RGB (Red+Green+Blue) = 82+95+140=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #525F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F8C is #ADA073. Grayscale: #606060. Windows color (decimal): -11378804 or 9199442. OLE color: 9199442.

HSL color Cylindrical-coordinate representation of color #525F8C: hue angle of 226.55º 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 #525F8C is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 95 140 -
CMYK 0.41 0.32 0 0.45
HSL 226.55º 0.26% 0.44% -
HSV(B) 226.55º 0.41% 0.55% -
XYZ 12.31 11.87 26.45 -
YUV 96.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 82 95 140 0.41 0.32 0 0.45 226.55 0.26 0.44
Hex 52 5F 8C 29 20 0 2D E3 1A 2C
Octal 122 137 214 51 40 0 55 343 32 54
Binary 1010010 1011111 10001100 101001 100000 0 101101 11100011 11010 101100

Color Harmonies of #525F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F8C

Black with #525F8C

Text Example


Text Example

White with #525F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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