Html Css Color HEX #526283 Kashmir Blue

📋 copy color: '#526283'

red 82 ◦ green 98 ◦ blue 131

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

Shades of Kashmir Blue #526283

Tints of Kashmir Blue #526283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 26.37%
G = 31.51%
B = 42.12%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526283 (or 0x526283) is known color: Kashmir Blue. HEX triplet: 52, 62 and 83. RGB value is (82,98,131). Sum of RGB (Red+Green+Blue) = 82+98+131=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #526283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526283 is #AD9D7C. Grayscale: #606060. Windows color (decimal): -11378045 or 8610386. OLE color: 8610386.

HSL color Cylindrical-coordinate representation of color #526283: hue angle of 220.41º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526283 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 98 131 -
CMYK 0.37 0.25 0 0.49
HSL 220.41º 0.23% 0.42% -
HSV(B) 220.41º 0.37% 0.51% -
XYZ 11.94 12.17 23.19 -
YUV 96.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 82 98 131 0.37 0.25 0 0.49 220.41 0.23 0.42
Hex 52 62 83 25 19 0 31 DC 17 2A
Octal 122 142 203 45 31 0 61 334 27 52
Binary 1010010 1100010 10000011 100101 11001 0 110001 11011100 10111 101010

Color Harmonies of #526283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526283

Black with #526283

Text Example


Text Example

White with #526283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526283; }

 p { color: rgb(82,98,131); }

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

background-color css

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

 a { background-color: rgb(82,98,131); }

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

border-color css

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

 span { border-color: rgb(82,98,131); }

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