Html Css Color HEX #535F89 Kashmir Blue

📋 copy color: '#535F89'

red 83 ◦ green 95 ◦ blue 137

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

Shades of Kashmir Blue #535F89

Tints of Kashmir Blue #535F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.16%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 26.35%
G = 30.16%
B = 43.49%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#535F89 (or 0x535F89) is known color: Kashmir Blue. HEX triplet: 53, 5F and 89. RGB value is (83,95,137). Sum of RGB (Red+Green+Blue) = 83+95+137=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #535F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F89 is #ACA076. Grayscale: #606060. Windows color (decimal): -11313271 or 9002835. OLE color: 9002835.

HSL color Cylindrical-coordinate representation of color #535F89: hue angle of 226.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #535F89 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 95 137 -
CMYK 0.39 0.31 0 0.46
HSL 226.67º 0.25% 0.43% -
HSV(B) 226.67º 0.39% 0.54% -
XYZ 12.17 11.83 25.31 -
YUV 96.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 83 95 137 0.39 0.31 0 0.46 226.67 0.25 0.43
Hex 53 5F 89 27 1F 0 2E E3 19 2B
Octal 123 137 211 47 37 0 56 343 31 53
Binary 1010011 1011111 10001001 100111 11111 0 101110 11100011 11001 101011

Color Harmonies of #535F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F89

Black with #535F89

Text Example


Text Example

White with #535F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535F89; }

 p { color: rgb(83,95,137); }

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

background-color css

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

 a { background-color: rgb(83,95,137); }

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

border-color css

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

 span { border-color: rgb(83,95,137); }

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