Html Css Color HEX #556085 Kashmir Blue

📋 copy color: '#556085'

red 85 ◦ green 96 ◦ blue 133

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

Shades of Kashmir Blue #556085

Tints of Kashmir Blue #556085

RGB

 RED value IS 85 (33.59% from 255) = 27.07%

 GREEN value IS 96 (37.89% from 255) = 30.57%

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

R = 27.07%
G = 30.57%
B = 42.36%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#556085 (or 0x556085) is known color: Kashmir Blue. HEX triplet: 55, 60 and 85. RGB value is (85,96,133). Sum of RGB (Red+Green+Blue) = 85+96+133=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #556085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556085 is #AA9F7A. Grayscale: #606060. Windows color (decimal): -11181947 or 8740949. OLE color: 8740949.

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

Color convert

RGB 85 96 133 -
CMYK 0.36 0.28 0 0.48
HSL 226.25º 0.22% 0.43% -
HSV(B) 226.25º 0.36% 0.52% -
XYZ 12.16 11.99 23.86 -
YUV 96.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 85 96 133 0.36 0.28 0 0.48 226.25 0.22 0.43
Hex 55 60 85 24 1C 0 30 E2 16 2B
Octal 125 140 205 44 34 0 60 342 26 53
Binary 1010101 1100000 10000101 100100 11100 0 110000 11100010 10110 101011

Color Harmonies of #556085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556085

Black with #556085

Text Example


Text Example

White with #556085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556085; }

 p { color: rgb(85,96,133); }

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

background-color css

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

 a { background-color: rgb(85,96,133); }

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

border-color css

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

 span { border-color: rgb(85,96,133); }

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