Html Css Color HEX #536994 Kashmir Blue

📋 copy color: '#536994'

red 83 ◦ green 105 ◦ blue 148

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

Shades of Kashmir Blue #536994

Tints of Kashmir Blue #536994

RGB

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

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

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

R = 24.7%
G = 31.25%
B = 44.05%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536994 (or 0x536994) is known color: Kashmir Blue. HEX triplet: 53, 69 and 94. RGB value is (83,105,148). Sum of RGB (Red+Green+Blue) = 83+105+148=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #536994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536994 is #AC966B. Grayscale: #676767. Windows color (decimal): -11310700 or 9726291. OLE color: 9726291.

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

Color convert

RGB 83 105 148 -
CMYK 0.44 0.29 0 0.42
HSL 219.69º 0.28% 0.45% -
HSV(B) 219.69º 0.44% 0.58% -
XYZ 13.96 14.08 30 -
YUV 103.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 83 105 148 0.44 0.29 0 0.42 219.69 0.28 0.45
Hex 53 69 94 2C 1D 0 2A DC 1C 2D
Octal 123 151 224 54 35 0 52 334 34 55
Binary 1010011 1101001 10010100 101100 11101 0 101010 11011100 11100 101101

Color Harmonies of #536994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536994

Black with #536994

Text Example


Text Example

White with #536994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536994; }

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

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

background-color css

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

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

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

border-color css

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

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

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