Html Css Color HEX #536992 Kashmir Blue

📋 copy color: '#536992'

red 83 ◦ green 105 ◦ blue 146

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

Shades of Kashmir Blue #536992

Tints of Kashmir Blue #536992

RGB

 RED value IS 83 (32.81% from 255) = 24.85%

 GREEN value IS 105 (41.41% from 255) = 31.44%

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

R = 24.85%
G = 31.44%
B = 43.71%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536992 (or 0x536992) is known color: Kashmir Blue. HEX triplet: 53, 69 and 92. RGB value is (83,105,146). Sum of RGB (Red+Green+Blue) = 83+105+146=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #536992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536992 is #AC966D. Grayscale: #666666. Windows color (decimal): -11310702 or 9595219. OLE color: 9595219.

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

Color convert

RGB 83 105 146 -
CMYK 0.43 0.28 0 0.43
HSL 219.05º 0.28% 0.45% -
HSV(B) 219.05º 0.43% 0.57% -
XYZ 13.81 14.02 29.17 -
YUV 103.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 83 105 146 0.43 0.28 0 0.43 219.05 0.28 0.45
Hex 53 69 92 2B 1C 0 2B DB 1C 2D
Octal 123 151 222 53 34 0 53 333 34 55
Binary 1010011 1101001 10010010 101011 11100 0 101011 11011011 11100 101101

Color Harmonies of #536992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536992

Black with #536992

Text Example


Text Example

White with #536992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536992; }

 p { color: rgb(83,105,146); }

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

background-color css

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

 a { background-color: rgb(83,105,146); }

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

border-color css

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

 span { border-color: rgb(83,105,146); }

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