Html Css Color HEX #526F94 Kashmir Blue

📋 copy color: '#526F94'

red 82 ◦ green 111 ◦ blue 148

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

Shades of Kashmir Blue #526F94

Tints of Kashmir Blue #526F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 24.05%
G = 32.55%
B = 43.4%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526F94 (or 0x526F94) is known color: Kashmir Blue. HEX triplet: 52, 6F and 94. RGB value is (82,111,148). Sum of RGB (Red+Green+Blue) = 82+111+148=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #526F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F94 is #AD906B. Grayscale: #6A6A6A. Windows color (decimal): -11374700 or 9727826. OLE color: 9727826.

HSL color Cylindrical-coordinate representation of color #526F94: hue angle of 213.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526F94 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 111 148 -
CMYK 0.45 0.25 0 0.42
HSL 213.64º 0.29% 0.45% -
HSV(B) 213.64º 0.45% 0.58% -
XYZ 14.51 15.3 30.21 -
YUV 106.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 82 111 148 0.45 0.25 0 0.42 213.64 0.29 0.45
Hex 52 6F 94 2D 19 0 2A D6 1D 2D
Octal 122 157 224 55 31 0 52 326 35 55
Binary 1010010 1101111 10010100 101101 11001 0 101010 11010110 11101 101101

Color Harmonies of #526F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F94

Black with #526F94

Text Example


Text Example

White with #526F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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