Html Css Color HEX #526F92 Kashmir Blue

📋 copy color: '#526F92'

red 82 ◦ green 111 ◦ blue 146

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

Shades of Kashmir Blue #526F92

Tints of Kashmir Blue #526F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 24.19%
G = 32.74%
B = 43.07%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#526F92 (or 0x526F92) is known color: Kashmir Blue. HEX triplet: 52, 6F and 92. RGB value is (82,111,146). Sum of RGB (Red+Green+Blue) = 82+111+146=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #526F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F92 is #AD906D. Grayscale: #6A6A6A. Windows color (decimal): -11374702 or 9596754. OLE color: 9596754.

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

Color convert

RGB 82 111 146 -
CMYK 0.44 0.24 0 0.43
HSL 212.81º 0.28% 0.45% -
HSV(B) 212.81º 0.44% 0.57% -
XYZ 14.35 15.24 29.38 -
YUV 106.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 82 111 146 0.44 0.24 0 0.43 212.81 0.28 0.45
Hex 52 6F 92 2C 18 0 2B D5 1C 2D
Octal 122 157 222 54 30 0 53 325 34 55
Binary 1010010 1101111 10010010 101100 11000 0 101011 11010101 11100 101101

Color Harmonies of #526F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F92

Black with #526F92

Text Example


Text Example

White with #526F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,111,146); }

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

background-color css

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

 a { background-color: rgb(82,111,146); }

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

border-color css

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

 span { border-color: rgb(82,111,146); }

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