Html Css Color HEX #597085 Kashmir Blue

📋 copy color: '#597085'

red 89 ◦ green 112 ◦ blue 133

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

Shades of Kashmir Blue #597085

Tints of Kashmir Blue #597085

RGB

 RED value IS 89 (35.16% from 255) = 26.65%

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 26.65%
G = 33.53%
B = 39.82%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597085 (or 0x597085) is known color: Kashmir Blue. HEX triplet: 59, 70 and 85. RGB value is (89,112,133). Sum of RGB (Red+Green+Blue) = 89+112+133=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #597085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597085 is #A68F7A. Grayscale: #6B6B6B. Windows color (decimal): -10915707 or 8745049. OLE color: 8745049.

HSL color Cylindrical-coordinate representation of color #597085: hue angle of 208.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #597085 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 112 133 -
CMYK 0.33 0.16 0 0.48
HSL 208.64º 0.2% 0.44% -
HSV(B) 208.64º 0.33% 0.52% -
XYZ 14.15 15.41 24.42 -
YUV 107.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 89 112 133 0.33 0.16 0 0.48 208.64 0.2 0.44
Hex 59 70 85 21 10 0 30 D1 14 2C
Octal 131 160 205 41 20 0 60 321 24 54
Binary 1011001 1110000 10000101 100001 10000 0 110000 11010001 10100 101100

Color Harmonies of #597085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597085

Black with #597085

Text Example


Text Example

White with #597085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597085; }

 p { color: rgb(89,112,133); }

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

background-color css

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

 a { background-color: rgb(89,112,133); }

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

border-color css

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

 span { border-color: rgb(89,112,133); }

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